erdun opened this issue 6 years ago · 1 comments
第五章运行
python3 object_detection/train.py --train_dir voc/train_dir/ --pipeline_config_path voc/voc.config
报错:
在源码中 https://github.com/hzy46/Deep-Learning-21-Examples/blob/master/chapter_5/research/object_detection/trainer.py#L33
from deployment import model_deploy
确实引入了 deployment 模块,但是没有该文件
运行命令时候所在路径不对 可在slim文件夹下面运行