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

how can train your model with my custom datasets? #3

Closed hero-call closed 2 years ago

hero-call commented 2 years ago

hi I have very big labeled dataset of birds and want track bird. how can your model help me? it possible pretrain your model with my dataset? please give me a example.

RizwanMunawar commented 2 years ago

@samrand-majnooni !Yes you can train model on your custom data by following the tutorial Train YOLOv7 on custom data. After training you can utilize your custom trained model with object tracking code.

RizwanMunawar commented 2 years ago

I am closing this issue, as there is no update on this further. Feel free to open issue again, If you face any issue. Thanks