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
作者,您好! 看到您之前的回复有说这里的模型,可以直接使用paddle框架进行训练。 请问具体是用哪个脚本进行训练呢? trian.py脚本好像只支持paddle的模型格式。
command: python tools/train.py -c configs/det/det_r50_vd_db.yml -o Global.pretrained_model=./pt_models/det_r50_vd_db_v2.0_infer.pth
报错: AssertionError: The ./pt_models/det_r50_vd_db_v2.0_infer.pth.pdparams does not exists!
The text was updated successfully, but these errors were encountered:
@zhangqiqi1228 需要用PaddleOCR的工程训练,将训好的模型再转成PyTorch
Sorry, something went wrong.
明白了,谢谢!
No branches or pull requests
作者,您好!
看到您之前的回复有说这里的模型,可以直接使用paddle框架进行训练。
请问具体是用哪个脚本进行训练呢?
trian.py脚本好像只支持paddle的模型格式。
command:
python tools/train.py -c configs/det/det_r50_vd_db.yml -o Global.pretrained_model=./pt_models/det_r50_vd_db_v2.0_infer.pth
报错:
AssertionError: The ./pt_models/det_r50_vd_db_v2.0_infer.pth.pdparams does not exists!
The text was updated successfully, but these errors were encountered: