An open API service indexing awesome lists of open source software.

https://github.com/shibam120302/object_tracking_counter

Object tracking is a deep learning process where the algorithm tracks the movement of an object. In other words, it is the task of estimating or predicting the positions and other relevant information of moving objects in a video. Object tracking usually involves the process of object detection.
https://github.com/shibam120302/object_tracking_counter

deeplearning deepsort objecttracking python yolov5

Last synced: about 2 months ago
JSON representation

Object tracking is a deep learning process where the algorithm tracks the movement of an object. In other words, it is the task of estimating or predicting the positions and other relevant information of moving objects in a video. Object tracking usually involves the process of object detection.

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/shibam120302/Object-Tracking-Counter`

2) Clone the Yolov5 Repository this Object-Tracking-Counter Folder

`!git clone https://github.com/ultralytics/yolov5`

3) Download DeepSort file from the link given below and paste the deep_sort folder in Object-Tracking-Counter Folder

`https://drive.google.com/drive/folders/1vjE8z5OVP1ybfaIey3BDBE7Q7SYfYePh?usp=sharing`

4) 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)