SakshiRathi77 commited on
Commit
90d9bfa
1 Parent(s): 5d66b87

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +49 -47
requirements.txt CHANGED
@@ -1,47 +1,49 @@
1
- # requirements
2
- # Usage: pip install -r requirements.txt
3
-
4
- # Base ------------------------------------------------------------------------
5
- gitpython
6
- ipython
7
- matplotlib>=3.2.2
8
- numpy>=1.18.5
9
- opencv-python>=4.1.1
10
- Pillow>=7.1.2
11
- psutil
12
- PyYAML>=5.3.1
13
- requests>=2.23.0
14
- scipy>=1.4.1
15
- thop>=0.1.1
16
- torch>=1.7.0
17
- torchvision>=0.8.1
18
- tqdm>=4.64.0
19
- # protobuf<=3.20.1
20
-
21
- # Logging ---------------------------------------------------------------------
22
- tensorboard>=2.4.1
23
- # clearml>=1.2.0
24
- # comet
25
-
26
- # Plotting --------------------------------------------------------------------
27
- pandas>=1.1.4
28
- seaborn>=0.11.0
29
-
30
- # Export ----------------------------------------------------------------------
31
- # coremltools>=6.0
32
- # onnx>=1.9.0
33
- # onnx-simplifier>=0.4.1
34
- # nvidia-pyindex
35
- # nvidia-tensorrt
36
- # scikit-learn<=1.1.2
37
- # tensorflow>=2.4.1
38
- # tensorflowjs>=3.9.0
39
- # openvino-dev
40
-
41
- # Deploy ----------------------------------------------------------------------
42
- # tritonclient[all]~=2.24.0
43
-
44
- # Extras ----------------------------------------------------------------------
45
- # mss
46
- albumentations>=1.0.3
47
- pycocotools>=2.0
 
 
 
1
+ # requirements
2
+ # Usage: pip install -r requirements.txt
3
+
4
+ # Base ------------------------------------------------------------------------
5
+ gitpython
6
+ ipython
7
+ yolov9pip==0.0.4
8
+ huggingface_hub
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
+ torch>=1.7.0
19
+ torchvision>=0.8.1
20
+ tqdm>=4.64.0
21
+ # protobuf<=3.20.1
22
+
23
+ # Logging ---------------------------------------------------------------------
24
+ tensorboard>=2.4.1
25
+ # clearml>=1.2.0
26
+ # comet
27
+
28
+ # Plotting --------------------------------------------------------------------
29
+ pandas>=1.1.4
30
+ seaborn>=0.11.0
31
+
32
+ # Export ----------------------------------------------------------------------
33
+ # coremltools>=6.0
34
+ # onnx>=1.9.0
35
+ # onnx-simplifier>=0.4.1
36
+ # nvidia-pyindex
37
+ # nvidia-tensorrt
38
+ # scikit-learn<=1.1.2
39
+ # tensorflow>=2.4.1
40
+ # tensorflowjs>=3.9.0
41
+ # openvino-dev
42
+
43
+ # Deploy ----------------------------------------------------------------------
44
+ # tritonclient[all]~=2.24.0
45
+
46
+ # Extras ----------------------------------------------------------------------
47
+ # mss
48
+ albumentations>=1.0.3
49
+ pycocotools>=2.0