Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -23,4 +23,6 @@ pandas
|
|
23 |
# Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
|
24 |
# pycocotools>=2.0 # COCO mAP
|
25 |
# albumentations>=1.0.3
|
26 |
-
thop # FLOPs computation
|
|
|
|
|
|
23 |
# Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
|
24 |
# pycocotools>=2.0 # COCO mAP
|
25 |
# albumentations>=1.0.3
|
26 |
+
thop # FLOPs computation
|
27 |
+
|
28 |
+
IPython
|