owaiskha9654 commited on
Commit
ff120ec
2 Parent(s): 6746b0c 2bdbd82

Merge branch 'main' of https://huggingface.co/spaces/owaiskha9654/Custom_Yolov7_Car_Person

Browse files
Files changed (2) hide show
  1. README.md +1 -2
  2. requirements.txt +8 -29
README.md CHANGED
@@ -4,8 +4,7 @@ emoji: 🔥 ⚡ 🔥
4
  colorFrom: red
5
  colorTo: blue
6
  sdk: gradio
7
- sdk_version: 2.9.1
8
- python_version: 3.10.4
9
  app_file: app.py
10
  models: [owaiskha9654/Yolov7_Custom_Object_Detection, best]
11
  pinned: false
 
4
  colorFrom: red
5
  colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 3.0.24
 
8
  app_file: app.py
9
  models: [owaiskha9654/Yolov7_Custom_Object_Detection, best]
10
  pinned: false
requirements.txt CHANGED
@@ -1,39 +1,18 @@
1
- # Usage: pip install -r requirements.txt
2
-
3
- # Base ----------------------------------------
4
  matplotlib>=3.2.2
 
5
  numpy>=1.18.5
6
  opencv-python>=4.1.1
7
  Pillow>=7.1.2
8
  PyYAML>=5.3.1
9
  requests>=2.23.0
10
- scipy>=1.4.1
11
- torch>=1.7.0,!=1.12.0
12
- torchvision>=0.8.1,!=0.13.0
13
  tqdm>=4.41.0
14
- protobuf<4.21.3
15
-
16
- # Logging -------------------------------------
17
  tensorboard>=2.4.1
18
- # wandb
19
-
20
- # Plotting ------------------------------------
21
  pandas>=1.1.4
22
  seaborn>=0.11.0
23
-
24
- # Export --------------------------------------
25
- # coremltools>=4.1 # CoreML export
26
- # onnx>=1.9.0 # ONNX export
27
- # onnx-simplifier>=0.3.6 # ONNX simplifier
28
- # scikit-learn==0.19.2 # CoreML quantization
29
- # tensorflow>=2.4.1 # TFLite export
30
- # tensorflowjs>=3.9.0 # TF.js export
31
- # openvino-dev # OpenVINO export
32
-
33
- # Extras --------------------------------------
34
- ipython # interactive notebook
35
- psutil # system utilization
36
- thop # FLOPs computation
37
- # albumentations>=1.0.3
38
- # pycocotools>=2.0 # COCO mAP
39
- # roboflow
 
 
 
 
1
  matplotlib>=3.2.2
2
+ gradio==3.1.4
3
  numpy>=1.18.5
4
  opencv-python>=4.1.1
5
  Pillow>=7.1.2
6
  PyYAML>=5.3.1
7
  requests>=2.23.0
8
+ scipy>=1.4.1
9
+ torch>=1.7.0
10
+ torchvision>=0.8.1
11
  tqdm>=4.41.0
12
+ protobuf<=3.20.1
 
 
13
  tensorboard>=2.4.1
 
 
 
14
  pandas>=1.1.4
15
  seaborn>=0.11.0
16
+ ipython
17
+ psutil
18
+ thop