SakshiRathi77 commited on
Commit
7fe9782
1 Parent(s): 53370c2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +52 -0
requirements.txt CHANGED
@@ -38,3 +38,55 @@ pandas>=1.1.4
38
  # pycocotools>=2.0 # COCO mAP
39
  # roboflow
40
  #thop # FLOPs computation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  # pycocotools>=2.0 # COCO mAP
39
  # roboflow
40
  #thop # FLOPs computation
41
+
42
+
43
+ # YOLOv5 requirements
44
+ # Usage: pip install -r requirements.txt
45
+
46
+ # Base ------------------------------------------------------------------------
47
+ gitpython>=3.1.30
48
+ matplotlib>=3.3
49
+ numpy>=1.23.5
50
+ opencv-python>=4.1.1
51
+ pillow>=10.3.0
52
+ psutil # system resources
53
+ PyYAML>=5.3.1
54
+ requests>=2.23.0
55
+ scipy>=1.4.1
56
+ thop>=0.1.1 # FLOPs computation
57
+ torch>=1.8.0 # see https://pytorch.org/get-started/locally (recommended)
58
+ torchvision>=0.9.0
59
+ tqdm>=4.64.0
60
+ ultralytics>=8.0.232
61
+ # protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012
62
+
63
+ # Logging ---------------------------------------------------------------------
64
+ # tensorboard>=2.4.1
65
+ # clearml>=1.2.0
66
+ # comet
67
+
68
+ # Plotting --------------------------------------------------------------------
69
+ pandas>=1.1.4
70
+ seaborn>=0.11.0
71
+
72
+ # Export ----------------------------------------------------------------------
73
+ # coremltools>=6.0 # CoreML export
74
+ # onnx>=1.10.0 # ONNX export
75
+ # onnx-simplifier>=0.4.1 # ONNX simplifier
76
+ # nvidia-pyindex # TensorRT export
77
+ # nvidia-tensorrt # TensorRT export
78
+ # scikit-learn<=1.1.2 # CoreML quantization
79
+ # tensorflow>=2.4.0,<=2.13.1 # TF exports (-cpu, -aarch64, -macos)
80
+ # tensorflowjs>=3.9.0 # TF.js export
81
+ # openvino-dev>=2023.0 # OpenVINO export
82
+
83
+ # Deploy ----------------------------------------------------------------------
84
+ setuptools>=65.5.1 # Snyk vulnerability fix
85
+ # tritonclient[all]~=2.24.0
86
+
87
+ # Extras ----------------------------------------------------------------------
88
+ # ipython # interactive notebook
89
+ # mss # screenshots
90
+ # albumentations>=1.0.3
91
+ # pycocotools>=2.0.6 # COCO mAP
92
+ wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability