我使用此命令从tensorflow导出图表:
export_inference_graph.py --input_type image_tensor \
--pipeline_config_path=/mnt/data/pipeline.config \
--trained_checkpoint_prefix=/mnt/data/checkpoints/model.ckpt-1670059 \
--output_directory=/mnt/data/output/2018-04-23-1
我的网络融合: 但是,当使用网络进行推理时,它确实很快但是检测到错误的东西或根本没有检测到任何东西。
我正在使用初始模型,任何帮助都会很棒。
由于