We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
第五章运行
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 模块,但是没有该文件
The text was updated successfully, but these errors were encountered:
运行命令时候所在路径不对 可在slim文件夹下面运行
Sorry, something went wrong.
No branches or pull requests
第五章运行
报错:
在源码中 https://github.com/hzy46/Deep-Learning-21-Examples/blob/master/chapter_5/research/object_detection/trainer.py#L33
确实引入了 deployment 模块,但是没有该文件
The text was updated successfully, but these errors were encountered: