WongKinYiu / yolov7

Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is incremental training possible?

shubzk opened this issue · comments

I have trained the model on 5000 images, from which I got a best5000.pt file. Now I have 500 more images, is it possible to use the old weight file to train just on the new images, without forgetting old learnings?