Commit
·
01e68a6
1
Parent(s):
83a4153
Modified the Readme
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ short_description: objectdetectionvideo
|
|
18 |
This is a **Object detection APP** which takes in a video and gets the objects detected inside the video with their respective threshold scores.Along with the threshold scores it also gives us the direction the respective object is moving.
|
19 |
|
20 |
|
21 |
-
This repository uses Github Actions to directly push it to Huggingface Space. Before using it you must configure your repo using Huggingface
|
22 |
|
23 |
### Get all the files along with the model **[HERE](https://huggingface.co/spaces/datasciencesage/object-detection-with-direction/tree/main)**
|
24 |
|
|
|
18 |
This is a **Object detection APP** which takes in a video and gets the objects detected inside the video with their respective threshold scores.Along with the threshold scores it also gives us the direction the respective object is moving.
|
19 |
|
20 |
|
21 |
+
This repository uses Github Actions to directly push it to Huggingface Space. Before using it you must configure your repo using Huggingface Workflow yaml. Model used is Yolov8x.
|
22 |
|
23 |
### Get all the files along with the model **[HERE](https://huggingface.co/spaces/datasciencesage/object-detection-with-direction/tree/main)**
|
24 |
|