【问题标题】:Object_Detection Not working in tensorflowObject_Detection 在张量流中不起作用
【发布时间】:2021-02-07 18:16:54
【问题描述】:

我是张量流的新手,我训练了面罩模型并在网络摄像头上进行了尝试,但它显示了类似这样的内容。

谁能帮我解决这个问题,我用了大约 100 多张图片和 2-3 小时的训练,我做错了谁能帮我。

使用的最后 2 个 cmd

python train.py --train_dir=training/ --pipeline_config_path=training/ssd_mobilenet_v1_pets.config --logtostderr


python export_inference_graph.py --input_type image_tensor --pipeline_config_path training/ssd_mobilenet_v1_pets.config --trained_checkpoint_prefix training/model.ckpt-0 --output_directory new_graph

【问题讨论】:

    标签: python python-3.x tensorflow model pycharm


    【解决方案1】:

    您正在使用模型开始训练后的第一个检查点training/model.ckpt-0,您需要使用保存在您的training 文件夹中的最后一个检查点。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-11-20
      • 1970-01-01
      • 2017-10-14
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多