Add Cython (#3217)
Cython required by pycocotools in certain cases, i.e. https://github.com/cocodataset/cocoapi/issues/172pull/3252/head^2
parent
7b0eb952ca
commit
7b863a34dc
|
@ -26,4 +26,5 @@ pandas
|
|||
|
||||
# extras --------------------------------------
|
||||
thop # FLOPS computation
|
||||
Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
|
||||
pycocotools>=2.0 # COCO mAP
|
||||
|
|
Loading…
Reference in New Issue