Updating Tensorflow Object detection model with new images
问题 I have trained a faster rcnn model with a custom dataset using Tensorflow's Object Detection Api. Over time I would like to continue to update the model with additional images (collected weekly). The goal is to optimize for accuracy and to weight newer images over time. Here are a few alternatives: Add images to previous dataset and train a completely new model Add images to previous dataset and continue training previous model New dataset with just new images and continue training previous