Open shenqixiaojiang opened 5 years ago
set the from_detection_checkpoint to true after fine_tune_checkpoint in your config:
fine_tune_checkpoint: "../fine_tune_model/ssd_mobilenet_v2_coco_2018_03_29/model.ckpt"
fine_tune_checkpoint_type: "detection"
When loading the pretrained model, "not available in checkpoint" happened.