owaiskha9654 commited on
Commit
c40f6b4
·
1 Parent(s): 78d131f

Create new file

Browse files
Files changed (1) hide show
  1. requirements.txt +43 -0
requirements.txt ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio
2
+ huggingface_hub
3
+
4
+ # YOLOv7 requirements
5
+ # Usage: pip install -r requirements.txt
6
+
7
+ # Base ----------------------------------------
8
+ matplotlib>=3.2.2
9
+ numpy>=1.18.5
10
+ opencv-python>=4.1.1
11
+ Pillow>=7.1.2
12
+ PyYAML>=5.3.1
13
+ requests>=2.23.0
14
+ scipy>=1.4.1
15
+ torch>=1.7.0,!=1.12.0
16
+ torchvision>=0.8.1,!=0.13.0
17
+ tqdm>=4.41.0
18
+ protobuf<4.21.3
19
+
20
+ # Logging -------------------------------------
21
+ tensorboard>=2.4.1
22
+ # wandb
23
+
24
+ # Plotting ------------------------------------
25
+ pandas>=1.1.4
26
+ seaborn>=0.11.0
27
+
28
+ # Export --------------------------------------
29
+ # coremltools>=4.1 # CoreML export
30
+ # onnx>=1.9.0 # ONNX export
31
+ # onnx-simplifier>=0.3.6 # ONNX simplifier
32
+ # scikit-learn==0.19.2 # CoreML quantization
33
+ # tensorflow>=2.4.1 # TFLite export
34
+ # tensorflowjs>=3.9.0 # TF.js export
35
+ # openvino-dev # OpenVINO export
36
+
37
+ # Extras --------------------------------------
38
+ ipython # interactive notebook
39
+ psutil # system utilization
40
+ thop # FLOPs computation
41
+ # albumentations>=1.0.3
42
+ # pycocotools>=2.0 # COCO mAP
43
+ # roboflow