sagar007 commited on
Commit
1a6d83b
·
verified ·
1 Parent(s): ffb15d8

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +53 -0
requirements.txt ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # requirements
3
+ # Usage: pip install -r requirements.txt
4
+
5
+ # Base ------------------------------------------------------------------------
6
+
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
+ torch>=1.7.0
19
+ torchvision>=0.8.1
20
+ tqdm>=4.64.0
21
+ ultralytics
22
+ # protobuf<=3.20.1
23
+
24
+ # Logging ---------------------------------------------------------------------
25
+ tensorboard>=2.4.1
26
+ # clearml>=1.2.0
27
+ # comet
28
+
29
+ # Plotting --------------------------------------------------------------------
30
+ pandas>=1.1.4
31
+ seaborn>=0.11.0
32
+
33
+ # Export ----------------------------------------------------------------------
34
+ # coremltools>=6.0
35
+ # onnx>=1.9.0
36
+ # onnx-simplifier>=0.4.1
37
+ # nvidia-pyindex
38
+ # nvidia-tensorrt
39
+ # scikit-learn<=1.1.2
40
+ # tensorflow>=2.4.1
41
+ # tensorflowjs>=3.9.0
42
+ # openvino-dev
43
+
44
+ # Deploy ----------------------------------------------------------------------
45
+ # tritonclient[all]~=2.24.0
46
+
47
+ # Extras ----------------------------------------------------------------------
48
+ # mss
49
+ albumentations>=1.0.3
50
+ pycocotools>=2.0
51
+
52
+ yolov9pip==0.0.4
53
+ huggingface_hub