python export_inference_graph.py
--input_type image_tensor
--pipeline_config_path ssd_mobilenet_v1_coco.config
--trained_checkpoint_prefix model.ckpt-134 // 注意这里是前缀 ,不是完整文件名。eg: model.ckpt-101.data-00000-of-00001 这里只需要 model.ckpt-101
--output_directory model
原文地址:https://www.cnblogs.com/wndheart/p/10861016.html
时间: 2024-10-25 17:43:16