galatasaray commited on
Commit
63c3845
1 Parent(s): d152ffd
Files changed (1) hide show
  1. requirements.txt +42 -0
requirements.txt ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # YOLOv5 requirements
2
+ # Usage: pip install -r requirements.txt
3
+
4
+ # Base ----------------------------------------
5
+ matplotlib>=3.2.2
6
+ numpy>=1.18.5
7
+ opencv-python>=4.1.1
8
+ Pillow>=7.1.2
9
+ PyYAML>=5.3.1
10
+ requests>=2.23.0
11
+ scipy>=1.4.1
12
+ torch>=1.7.0
13
+ torchvision>=0.8.1
14
+ tqdm>=4.64.0
15
+ protobuf<4.21.3 # https://github.com/ultralytics/yolov5/issues/8012
16
+
17
+ # Logging -------------------------------------
18
+ tensorboard>=2.4.1
19
+ # wandb
20
+
21
+ # Plotting ------------------------------------
22
+ pandas>=1.1.4
23
+ seaborn>=0.11.0
24
+
25
+ # Export --------------------------------------
26
+ # coremltools>=4.1 # CoreML export
27
+ # onnx>=1.9.0 # ONNX export
28
+ # onnx-simplifier>=0.4.1 # ONNX simplifier
29
+ # nvidia-pyindex # TensorRT export
30
+ # nvidia-tensorrt # TensorRT export
31
+ # scikit-learn==0.19.2 # CoreML quantization
32
+ # tensorflow>=2.4.1 # TFLite export
33
+ # tensorflowjs>=3.9.0 # TF.js export
34
+ # openvino-dev # OpenVINO export
35
+
36
+ # Extras --------------------------------------
37
+ ipython # interactive notebook
38
+ psutil # system utilization
39
+ thop>=0.1.1 # FLOPs computation
40
+ # albumentations>=1.0.3
41
+ # pycocotools>=2.0 # COCO mAP
42
+ # roboflow