Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/protheeuz/object-tracking
https://github.com/protheeuz/object-tracking
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/protheeuz/object-tracking
- Owner: protheeuz
- Created: 2023-08-04T14:47:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-04T14:51:10.000Z (over 1 year ago)
- Last Synced: 2023-08-04T15:58:21.095Z (over 1 year ago)
- Language: Python
- Size: 22.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# OBJECT TRACKING + VEHICLE COUNTING USING DEEPSORT + YOLOV5
### To setup this model in your local PC you have to follow these steps
1) Clone this Repository
`https://github.com/protheeuz/object-tracking.git`
2) Clone the Yolov5 Repository this Object-Tracking-Counter Folder`!git clone https://github.com/ultralytics/yolov5`
3) Run this command in CLI in the same folder`python tracker.py --source video.mp4 --weights yolov5s.pt --show-vid`
If you want to save your video then add --save-vid command it wil save your video into runs folder![traffic](https://user-images.githubusercontent.com/64472176/215114130-54f900dc-8467-408a-9c4f-5f6459f563ca.jpg)