Spaces:
Runtime error
Runtime error
Commit
·
cbeee1c
1
Parent(s):
3f91aa6
Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
|
@@ -16,6 +16,13 @@ wget>=3.2
|
|
| 16 |
# Plotting ------------------------------------
|
| 17 |
pandas>=1.1.4
|
| 18 |
|
|
|
|
| 19 |
# scikit-learn==0.19.2 # CoreML quantization
|
| 20 |
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
# Plotting ------------------------------------
|
| 17 |
pandas>=1.1.4
|
| 18 |
|
| 19 |
+
# Export --------------------------------------
|
| 20 |
# scikit-learn==0.19.2 # CoreML quantization
|
| 21 |
|
| 22 |
+
# Extras --------------------------------------
|
| 23 |
+
ipython # interactive notebook
|
| 24 |
+
psutil # system utilization
|
| 25 |
+
thop # FLOPs computation
|
| 26 |
+
# albumentations>=1.0.3
|
| 27 |
+
# pycocotools>=2.0 # COCO mAP
|
| 28 |
+
# roboflow
|