chuanqi305 / MobileNet-SSD

Caffe implementation of Google MobileNet SSD detection network, with pretrained weights on VOC0712 and mAP=0.727.
MIT License
2k stars 1.18k forks source link

How to do incremental learning on MobileNet-SSD caffe #170

Open AbhimanyuAryan opened 4 years ago

AbhimanyuAryan commented 4 years ago

I'm training my classifier on 20k images but every week I get more new pictures so I want to incrementally train my previous model(last stopped iteration) instead of retraining 20k+new_images on all the images again which is a waste of time and compute

I figured out incremental training with Yolo but can't seem to find anything for MobileNet-SSD caffe implemented here https://github.com/chuanqi305/MobileNet-SSD

To understand more about what I'm talking about refer to this: How to do incremental training on the basis of yolov3.weights & answer to this mention here:

 darknet.exe partial cfg/yolov3.cfg yolov3.weights yolov3.conv.105 105