Add Cython (#3217)
Browse filesCython required by pycocotools in certain cases, i.e. https://github.com/cocodataset/cocoapi/issues/172
- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -26,4 +26,5 @@ pandas
|
|
26 |
|
27 |
# extras --------------------------------------
|
28 |
thop # FLOPS computation
|
|
|
29 |
pycocotools>=2.0 # COCO mAP
|
|
|
26 |
|
27 |
# extras --------------------------------------
|
28 |
thop # FLOPS computation
|
29 |
+
Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
|
30 |
pycocotools>=2.0 # COCO mAP
|