Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +23 -2
requirements.txt
CHANGED
|
@@ -18,7 +18,28 @@ shapely
|
|
| 18 |
xtcocotools
|
| 19 |
pandas
|
| 20 |
mmcv-full==1.3.9
|
| 21 |
-
numpy==1.23.
|
| 22 |
json_tricks
|
| 23 |
munkres
|
| 24 |
-
chumpy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
xtcocotools
|
| 19 |
pandas
|
| 20 |
mmcv-full==1.3.9
|
| 21 |
+
numpy==1.23.5
|
| 22 |
json_tricks
|
| 23 |
munkres
|
| 24 |
+
git+https://github.com/mattloper/chumpy
|
| 25 |
+
mmdet==2.15
|
| 26 |
+
|
| 27 |
+
gitpython>=3.1.30
|
| 28 |
+
matplotlib>=3.3
|
| 29 |
+
numpy>=1.23.3
|
| 30 |
+
opencv-python>=4.1.1
|
| 31 |
+
pillow>=10.3.0
|
| 32 |
+
psutil # system resources
|
| 33 |
+
PyYAML>=5.3.1
|
| 34 |
+
requests>=2.23.0
|
| 35 |
+
scipy>=1.4.1
|
| 36 |
+
thop>=0.1.1 # FLOPs computation
|
| 37 |
+
torch>=1.8.0 # see https://pytorch.org/get-started/locally (recommended)
|
| 38 |
+
torchvision>=0.9.0
|
| 39 |
+
tqdm>=4.64.0
|
| 40 |
+
ultralytics>=8.0.232
|
| 41 |
+
# protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012
|
| 42 |
+
|
| 43 |
+
# Plotting --------------------------------------------------------------------
|
| 44 |
+
pandas>=1.1.4
|
| 45 |
+
seaborn>=0.11.0
|