Spaces:
Sleeping
Sleeping
Commit
·
8389469
1
Parent(s):
33e33f3
Update requirements.txt
Browse files- requirements.txt +3 -29
requirements.txt
CHANGED
@@ -1,30 +1,4 @@
|
|
1 |
-
# YOLOv5 requirements
|
2 |
-
# Usage: pip install -r requirements.txt
|
3 |
-
|
4 |
-
# Base ----------------------------------------
|
5 |
-
matplotlib>=3.2.2
|
6 |
-
numpy>=1.18.5
|
7 |
-
opencv-python-headless
|
8 |
-
Pillow>=7.1.2
|
9 |
-
PyYAML>=5.3.1
|
10 |
-
requests>=2.23.0
|
11 |
-
scipy>=1.4.1 # Google Colab version
|
12 |
-
torch>=1.7.0
|
13 |
-
torchvision>=0.8.1
|
14 |
-
scikit-image
|
15 |
-
tqdm>=4.41.0
|
16 |
-
protobuf<4.21.5 # https://github.com/ultralytics/yolov5/issues/8012
|
17 |
-
|
18 |
-
|
19 |
-
# Plotting ------------------------------------
|
20 |
-
pandas>=1.1.4
|
21 |
-
seaborn>=0.11.0
|
22 |
-
|
23 |
-
|
24 |
-
# Extras --------------------------------------
|
25 |
-
ipython # interactive notebook
|
26 |
-
psutil # system utilization
|
27 |
-
thop # FLOPs computation
|
28 |
-
streamlit
|
29 |
-
wget
|
30 |
ultralytics
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
ultralytics
|
2 |
+
gradio
|
3 |
+
numpy
|
4 |
+
pandas
|