Project: Finding Doggos.
Build a object detection model which can find and track all doggos :)
Yolov4 is used for doggo detection and DeepSort is used for tracking
Follow all instructions in the Github repo to install required dependecies
set allowed_classes = ['dog']
To run the repo: python object_tracker.py --video ./data/video/dog_video.mp4 --output ./outputs/pet.mp4--model yolov4
Github: https://github.com/theAIGuysCode/yolo...
Special thanks to:
1. The AI Guy: / theaiguy
I hope that you like this video. If I have done any mistakes please mention those in comments. Also if you have any doubts, please do comment. I will try my best to resolve them. Stay safe. Happy Learning :)
#objectdetection #objecttracking #coderzero