RizwanMunawar / yolov7-object-tracking

YOLOv7 Object Tracking Using PyTorch, OpenCV and Sort Tracking
GNU General Public License v3.0
576 stars 174 forks source link

Added feature to automatically download default model weights into working directory #6

Closed dcbark01 closed 2 years ago

dcbark01 commented 2 years ago

To make things easier for users, I added a feature to automatically download the YoloV7 network weights into the working directory if they don't already exist. README.md also updated to reflect this change.

RizwanMunawar commented 2 years ago

Nice work @dcbark01! I will check soon and merge if there will be no conflict or issue.

dcbark01 commented 2 years ago

No problem, thanks for all your work on the repo!