WongKinYiu / yolov7

Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
GNU General Public License v3.0
13.41k stars 4.23k forks source link

Is incremental training possible? #2015

Open shubzk opened 7 months ago

shubzk commented 7 months ago

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?