shenqixiaojiang / obj_dection

物体检测相关
0 stars 0 forks source link

Not available in checkpoint #2

Open shenqixiaojiang opened 5 years ago

shenqixiaojiang commented 5 years ago

When loading the pretrained model, "not available in checkpoint" happened.

shenqixiaojiang commented 5 years ago

This is the answer.......

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"