我试图在tf 1.4中使用object_detection模型。我意识到没有像以前的tf版本那样包含一些ckpt文件的培训目录,所以任何建议在哪里是新目的地还是我应该使用旧版本的?
我使用以下命令
python3 export_inference_graph.py \ --input_type image_tensor \ --pipeline_config_path samples / configs / faster_rcnn_resnet101_coco.config \ --trained_checkpoint_prefix model.ckpt \ --output_directory inference