Vasudevakrishna commited on
Commit
29aee9c
2 Parent(s): d8d0b41 552ec2e

Merge branch 'main' of https://huggingface.co/spaces/Vasudevakrishna/ERAV2_S15

Browse files
Files changed (2) hide show
  1. app.py +0 -1
  2. requirements.txt +126 -47
app.py CHANGED
@@ -8,7 +8,6 @@ from utils.general import non_max_suppression, scale_boxes
8
  from utils.plots import Annotator, colors, save_one_box
9
  from utils.torch_utils import select_device
10
 
11
- # path = r"C:\Users\H504171\U_Personal\YoloV3\data\buffalo\Test\341.jpg"
12
  img_size = 640
13
  stride = 32
14
  auto = True
 
8
  from utils.plots import Annotator, colors, save_one_box
9
  from utils.torch_utils import select_device
10
 
 
11
  img_size = 640
12
  stride = 32
13
  auto = True
requirements.txt CHANGED
@@ -1,47 +1,126 @@
1
- # requirements
2
- # Usage: pip install -r requirements.txt
3
-
4
- # Base ------------------------------------------------------------------------
5
- gitpython
6
- ipython
7
- matplotlib>=3.2.2
8
- numpy>=1.18.5
9
- opencv-python>=4.1.1
10
- Pillow>=7.1.2
11
- psutil
12
- PyYAML>=5.3.1
13
- requests>=2.23.0
14
- scipy>=1.4.1
15
- thop>=0.1.1
16
- torch>=1.7.0
17
- torchvision>=0.8.1
18
- tqdm>=4.64.0
19
- # protobuf<=3.20.1
20
-
21
- # Logging ---------------------------------------------------------------------
22
- tensorboard>=2.4.1
23
- # clearml>=1.2.0
24
- # comet
25
-
26
- # Plotting --------------------------------------------------------------------
27
- pandas>=1.1.4
28
- seaborn>=0.11.0
29
-
30
- # Export ----------------------------------------------------------------------
31
- # coremltools>=6.0
32
- # onnx>=1.9.0
33
- # onnx-simplifier>=0.4.1
34
- # nvidia-pyindex
35
- # nvidia-tensorrt
36
- # scikit-learn<=1.1.2
37
- # tensorflow>=2.4.1
38
- # tensorflowjs>=3.9.0
39
- # openvino-dev
40
-
41
- # Deploy ----------------------------------------------------------------------
42
- # tritonclient[all]~=2.24.0
43
-
44
- # Extras ----------------------------------------------------------------------
45
- # mss
46
- albumentations>=1.0.3
47
- pycocotools>=2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.1.0
2
+ aiofiles==23.2.1
3
+ albumentations==1.4.7
4
+ altair==5.3.0
5
+ annotated-types==0.6.0
6
+ anyio==4.3.0
7
+ asttokens==2.4.1
8
+ attrs==23.2.0
9
+ certifi==2024.2.2
10
+ charset-normalizer==3.3.2
11
+ click==8.1.7
12
+ colorama==0.4.6
13
+ comm==0.2.1
14
+ contourpy==1.2.1
15
+ cycler==0.12.1
16
+ debugpy==1.8.1
17
+ decorator==5.1.1
18
+ dnspython==2.6.1
19
+ email_validator==2.1.1
20
+ exceptiongroup==1.2.0
21
+ executing==2.0.1
22
+ fastapi==0.111.0
23
+ fastapi-cli==0.0.3
24
+ ffmpy==0.3.2
25
+ filelock==3.13.1
26
+ fonttools==4.51.0
27
+ fsspec==2024.2.0
28
+ gitdb==4.0.11
29
+ GitPython==3.1.43
30
+ gradio==4.31.3
31
+ gradio_client==0.16.3
32
+ grpcio==1.63.0
33
+ h11==0.14.0
34
+ httpcore==1.0.5
35
+ httptools==0.6.1
36
+ httpx==0.27.0
37
+ huggingface-hub==0.23.0
38
+ idna==3.7
39
+ imageio==2.34.1
40
+ importlib_resources==6.4.0
41
+ ipykernel==6.29.3
42
+ ipython==8.22.1
43
+ jedi==0.19.1
44
+ Jinja2==3.1.3
45
+ joblib==1.4.2
46
+ jsonschema==4.22.0
47
+ jsonschema-specifications==2023.12.1
48
+ jupyter_client==8.6.0
49
+ jupyter_core==5.7.1
50
+ kiwisolver==1.4.5
51
+ lazy_loader==0.4
52
+ Markdown==3.6
53
+ markdown-it-py==3.0.0
54
+ MarkupSafe==2.1.5
55
+ matplotlib==3.9.0
56
+ matplotlib-inline==0.1.6
57
+ mdurl==0.1.2
58
+ mpmath==1.3.0
59
+ nest-asyncio==1.6.0
60
+ networkx==3.2.1
61
+ numpy==1.26.4
62
+ opencv-python==4.9.0.80
63
+ opencv-python-headless==4.9.0.80
64
+ orjson==3.10.3
65
+ packaging==23.2
66
+ pandas==2.2.2
67
+ parso==0.8.3
68
+ pillow==10.2.0
69
+ platformdirs==4.2.0
70
+ prompt-toolkit==3.0.43
71
+ protobuf==5.26.1
72
+ psutil==5.9.8
73
+ pure-eval==0.2.2
74
+ pycocotools==2.0.7
75
+ pydantic==2.7.1
76
+ pydantic_core==2.18.2
77
+ pydub==0.25.1
78
+ Pygments==2.17.2
79
+ pyparsing==3.1.2
80
+ python-dateutil==2.9.0
81
+ python-dotenv==1.0.1
82
+ python-multipart==0.0.9
83
+ pytz==2024.1
84
+ PyYAML==6.0.1
85
+ pyzmq==25.1.2
86
+ referencing==0.35.1
87
+ requests==2.31.0
88
+ rich==13.7.1
89
+ rpds-py==0.18.1
90
+ ruff==0.4.4
91
+ scikit-image==0.23.2
92
+ scikit-learn==1.4.2
93
+ scipy==1.13.0
94
+ seaborn==0.13.2
95
+ semantic-version==2.10.0
96
+ setuptools==68.2.2
97
+ shellingham==1.5.4
98
+ six==1.16.0
99
+ smmap==5.0.1
100
+ sniffio==1.3.1
101
+ stack-data==0.6.3
102
+ starlette==0.37.2
103
+ sympy==1.12
104
+ tensorboard==2.16.2
105
+ tensorboard-data-server==0.7.2
106
+ thop==0.1.1.post2209072238
107
+ threadpoolctl==3.5.0
108
+ tifffile==2024.5.10
109
+ tomlkit==0.12.0
110
+ toolz==0.12.1
111
+ torch==2.2.1
112
+ torchvision==0.17.1
113
+ tornado==6.4
114
+ tqdm==4.66.4
115
+ traitlets==5.14.1
116
+ typer==0.12.3
117
+ typing_extensions==4.10.0
118
+ tzdata==2024.1
119
+ ujson==5.10.0
120
+ urllib3==2.2.1
121
+ uvicorn==0.29.0
122
+ watchfiles==0.21.0
123
+ wcwidth==0.2.13
124
+ websockets==11.0.3
125
+ Werkzeug==3.0.3
126
+ wheel==0.41.2