Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.33.0
|
2 |
+
ultralytics
|
3 |
+
ultralyticsplus
|
4 |
+
IPython
|
5 |
+
matplotlib>=3.2.2
|
6 |
+
numpy>=1.18.5
|
7 |
+
opencv-python-headless
|
8 |
+
pillow
|
9 |
+
psutil
|
10 |
+
PyYAML>=5.3.1
|
11 |
+
scipy>=1.4.1
|
12 |
+
torch>=1.7.0
|
13 |
+
torchvision>=0.8.1
|
14 |
+
tqdm>=4.41.0
|
15 |
+
pandas
|
16 |
+
thop # FLOPs computation
|
17 |
+
cython==0.29.35
|