Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<H1 align="center">
|
2 |
YOLOv8 Object Detection with DeepSORT Tracking(ID + Trails) </H1>
|
3 |
|
@@ -62,21 +69,4 @@ https://drive.google.com/drive/folders/1awlzTGHBBAn_2pKCkLFADMd1EN_rJETW?usp=sha
|
|
62 |
- For yolov8 object detection + Tracking + Vehicle Counting
|
63 |
```
|
64 |
python predict.py model=yolov8l.pt source="test3.mp4" show=True
|
65 |
-
```
|
66 |
-
|
67 |
-
### RESULTS
|
68 |
-
|
69 |
-
#### Vehicles Detection, Tracking and Counting
|
70 |
-
![](./figure/figure1.png)
|
71 |
-
|
72 |
-
#### Vehicles Detection, Tracking and Counting
|
73 |
-
|
74 |
-
![](./figure/figure3.png)
|
75 |
-
|
76 |
-
### Watch the Complete Step by Step Explanation
|
77 |
-
|
78 |
-
- Video Tutorial Link [`YouTube Link`](https://www.youtube.com/watch?v=9jRRZ-WL698)
|
79 |
-
|
80 |
-
|
81 |
-
[![Watch the Complete Tutorial for the Step by Step Explanation](https://img.youtube.com/vi/9jRRZ-WL698/0.jpg)]([https://www.youtube.com/watch?v=StTqXEQ2l-Y](https://www.youtube.com/watch?v=9jRRZ-WL698))
|
82 |
-
|
|
|
1 |
+
---
|
2 |
+
title: Real Time YOLOv8 Object Detection with DeepSORT Tracking
|
3 |
+
sdk: gradio
|
4 |
+
app_file: app.py
|
5 |
+
---
|
6 |
+
|
7 |
+
|
8 |
<H1 align="center">
|
9 |
YOLOv8 Object Detection with DeepSORT Tracking(ID + Trails) </H1>
|
10 |
|
|
|
69 |
- For yolov8 object detection + Tracking + Vehicle Counting
|
70 |
```
|
71 |
python predict.py model=yolov8l.pt source="test3.mp4" show=True
|
72 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|