glenn-jocher
commited on
Commit
•
ee24ae1
1
Parent(s):
a039b77
Comment Cython (#3297)
Browse filesUltralytics REST API fix.
- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -25,6 +25,6 @@ pandas
|
|
25 |
# scikit-learn==0.19.2 # for coreml quantization
|
26 |
|
27 |
# extras --------------------------------------
|
28 |
-
|
29 |
-
Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
|
30 |
pycocotools>=2.0 # COCO mAP
|
|
|
|
25 |
# scikit-learn==0.19.2 # for coreml quantization
|
26 |
|
27 |
# extras --------------------------------------
|
28 |
+
# Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
|
|
|
29 |
pycocotools>=2.0 # COCO mAP
|
30 |
+
thop # FLOPS computation
|