Rehman1603 commited on
Commit
3ca5792
·
verified ·
1 Parent(s): d5b9db0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -0
requirements.txt CHANGED
@@ -1,3 +1,23 @@
1
  ultralytics==8.0.196
2
  opencv-python
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
 
 
1
  ultralytics==8.0.196
2
  opencv-python
3
+ gitpython
4
+ ipython
5
+ matplotlib>=3.2.2
6
+ numpy>=1.18.5
7
+ opencv-python>=4.1.1
8
+ Pillow>=7.1.2
9
+ psutil
10
+ PyYAML>=5.3.1
11
+ requests>=2.23.0
12
+ scipy>=1.4.1
13
+ thop>=0.1.1
14
+ torch>=1.7.0
15
+ torchvision>=0.8.1
16
+ tqdm>=4.64.0
17
+ tensorboard>=2.4.1
18
+ pandas>=1.1.4
19
+ seaborn>=0.11.0
20
+ albumentations>=1.0.3
21
+ pycocotools>=2.
22
+
23