-
Notifications
You must be signed in to change notification settings - Fork 7.8k
New issue
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
Fix inference #6
Conversation
tink2123
commented
May 13, 2020
- add rec doc
- rename output dir
doc/recognition.md
Outdated
冷库专用冷冻液/载冷剂 | ||
``` | ||
|
||
得到预测结果后,脚本会自动将权重转换为inference model 并保存在 rec_inference 下: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
inference model统一在export_model.py中转换
doc/recognition.md
Outdated
|
||
``` | ||
export CUDA_VISIBLE_DEVICES=0 | ||
# GPU 评估, Global.pretrain_weights 为待测权重 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
更新为checkpoints
doc/recognition.md
Outdated
冷库专用冷冻液/载冷剂 | ||
``` | ||
|
||
得到预测结果后,脚本会自动将权重转换为inference model 并保存在 rec_inference 下: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
删掉
to avoid cycle import when required packages are not installed
remove duplicate log