【发布时间】: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