DavidHosp commited on
Commit
a99a727
·
1 Parent(s): 0b8fcc4

upload requirements .txt

Browse files
Files changed (1) hide show
  1. requirements .txt +36 -0
requirements .txt ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # YOLOv5 requirements
2
+ # Usage: pip install -r requirements.txt
3
+
4
+ ultralytics
5
+
6
+
7
+ matplotlib>=3.2.2
8
+ numpy>=1.18.5
9
+ opencv-python-headless
10
+ Pillow
11
+ psutil
12
+ PyYAML>=5.3.1
13
+ scipy>=1.4.1
14
+ torch>=1.7.0
15
+ torchvision>=0.8.1
16
+ tqdm>=4.41.0
17
+ tensorboard>=2.4.1
18
+ seaborn>=0.11.0
19
+ pandas
20
+ thop
21
+ boto3==1.26.140
22
+ botocore==1.29.141
23
+ gradio==3.28.1
24
+ matplotlib==3.7.1
25
+ numpy==1.24.3
26
+ pandas==2.0.1
27
+ Pillow==9.5.0
28
+ torch==1.13
29
+ torchvision==0.14.0
30
+ torchaudio==0.13.0
31
+ IPython==7.29.0
32
+ yolov5==7.0.8
33
+
34
+ # Deploy ----------------------------------------------------------------------
35
+ setuptools>=65.5.1 # Snyk vulnerability fix
36
+ # tritonclient[all]~=2.24.0