farkmu45 commited on
Commit
9e4a314
β€’
1 Parent(s): ff409cc

Add YOLOv5 dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +25 -1
requirements.txt CHANGED
@@ -1,2 +1,26 @@
1
  opencv-python
2
- fastai
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  opencv-python
2
+ fastai
3
+
4
+ # YOLOv5 πŸš€ requirements
5
+
6
+ # Base ------------------------------------------------------------------------
7
+ gitpython
8
+ ipython
9
+ matplotlib>=3.2.2
10
+ numpy>=1.18.5
11
+ opencv-python>=4.1.1
12
+ Pillow>=7.1.2
13
+ psutil
14
+ PyYAML>=5.3.1
15
+ requests>=2.23.0
16
+ scipy>=1.4.1
17
+ thop>=0.1.1
18
+ torchvision>=0.8.1
19
+ tqdm>=4.64.0
20
+
21
+ # Logging ---------------------------------------------------------------------
22
+ tensorboard>=2.4.1
23
+
24
+ # Plotting --------------------------------------------------------------------
25
+ pandas>=1.1.4
26
+ seaborn>=0.11.0