neko941 commited on
Commit
69d34ca
1 Parent(s): e9e5323

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -4
requirements.txt CHANGED
@@ -1,5 +1,20 @@
 
 
 
1
  streamlit
2
- opencv-python-headless
3
- numpy
4
- Pillow
5
- torch
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # YOLOv5 requirements
2
+ # Usage: pip install -r requirements.txt
3
+
4
  streamlit
5
+ matplotlib>=3.2.2
6
+ numpy>=1.18.5
7
+ opencv-python>=4.1.1
8
+ Pillow>=7.1.2
9
+ PyYAML>=5.3.1
10
+ requests>=2.23.0
11
+ scipy>=1.4.1
12
+ torch>=1.7.0
13
+ torchvision>=0.8.1
14
+ tqdm>=4.64.0
15
+ tensorboard>=2.4.1
16
+ pandas>=1.1.4
17
+ seaborn>=0.11.0
18
+ ipython
19
+ psutil
20
+ thop>=0.1.1