Skip to content

Commit 613c258

Browse files
updating readme file
1 parent 1cce787 commit 613c258

File tree

1 file changed

+47
-47
lines changed

1 file changed

+47
-47
lines changed

README.md

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
1-
# Yolov4-opencv-python
2-
3-
Yolov4 object detection using opencv python, its simplest way to run inference on yolo V4
4-
5-
## YoloV4 objector Demo Video
6-
7-
https://user-images.githubusercontent.com/66181793/122593546-41e6c980-d07f-11eb-8e18-bcc63d550183.mp4
8-
9-
---
10-
11-
Implementation detail available on [_**Darknet**_](https://github.com/pjreddie/darknet)
12-
13-
All the Frozen-Inference graph (pre-trained network) available on Darknet
14-
15-
---
16-
17-
## TODO
18-
19-
- [x] [**YoloV4 object detector with opencv-python implementation**](https://youtu.be/1aL6tewfxFY)
20-
21-
- [ ] I will create distance estimation using yolo object detection, its coming up soon In sha Allah 😊
22-
23-
## Installation
24-
25-
You Need [**Opencv Contrib**](https://pypi.org/project/opencv-contrib-python/)
26-
27-
--> **windows**
28-
29-
`pip install opencv-contrib-python`
30-
31-
--> **Linux or Mac**
32-
33-
`pip3 install opencv-contrib-python`
34-
35-
### Clone this repo
36-
37-
`git clone https://github.com/Asadullah-Dal17/yolov4-opencv-python`
38-
39-
Guess what you are done that was not hard, isn't it.😉
40-
41-
I have use tiny weights, check out more on [_Darknet_](https://github.com/pjreddie/darknet) github for more
42-
43-
Check out my Complete Video Tutorial on Yolov4 object detection YouTube [**Video Tutorial**](https://youtu.be/1aL6tewfxFY)
44-
45-
check out my Youtube channel, I have ton of content available on my youtube channel regarding computer vision, [AiPhle](https://youtube.come/c/aiphle).
46-
47-
thank you so much,
1+
# Yolov4-opencv-python
2+
3+
Yolov4 object detection using opencv python, its simplest way to run inference on yolo V4
4+
5+
## YoloV4 objector Demo Video
6+
7+
https://user-images.githubusercontent.com/66181793/122593546-41e6c980-d07f-11eb-8e18-bcc63d550183.mp4
8+
9+
---
10+
11+
Implementation detail available on [_**Darknet**_](https://github.com/pjreddie/darknet)
12+
13+
All the Frozen-Inference graph (pre-trained network) available on Darknet
14+
15+
---
16+
17+
## TODO
18+
19+
- [x] [**YoloV4 object detector with opencv-python implementation**](https://youtu.be/1aL6tewfxFY)
20+
21+
- [ ] I will create distance estimation using yolo object detection, its coming up soon In sha Allah 😊
22+
23+
## Installation
24+
25+
You Need [**Opencv Contrib**](https://pypi.org/project/opencv-contrib-python/)
26+
27+
--> **windows**
28+
29+
`pip install opencv-contrib-python`
30+
31+
--> **Linux or Mac**
32+
33+
`pip3 install opencv-contrib-python`
34+
35+
### Clone this repo
36+
37+
`git clone https://github.com/Asadullah-Dal17/yolov4-opencv-python`
38+
39+
Guess what you are done that was not hard, isn't it.😉
40+
41+
I have use tiny weights, check out more on [_Darknet_](https://github.com/pjreddie/darknet) github for more
42+
43+
Check out my Complete Video Tutorial on Yolov4 object detection YouTube [**Video Tutorial**](https://youtu.be/1aL6tewfxFY)
44+
45+
check out my Youtube channel, I have ton of content available on my youtube channel regarding computer vision, [AiPhle](https://youtube.come/c/aiphle).
46+
47+
thank you so much,

0 commit comments

Comments
 (0)