You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
转换PP-OCRV5_det模型的时候遇到报错:AssertionError: when model typs is det, backbone only support ['MobileNetV3', 'ResNet', 'ResNet_vd', 'ResNet_SAST', 'PPLCNet', 'PPLCNetV3', 'PPHGNet_small', 'PPLCNetV2_base', 'RepSVTR_det']
#15321
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
问题描述
如题,我想将模型转换为.pdmodel文件来使用,但加载了这个 yml文件:https://github.com/PaddlePaddle/PaddleOCR/blob/main/configs/det/PP-OCRv5/PP-OCRv5_server_det.yml
然后执行了这样的转换指令:
之后会提示报错:
似乎是backbone不支持导致的,但这个yml文件不就是官方适配最新的V5模型的吗?
paddlepaddle版本:
Beta Was this translation helpful? Give feedback.
All reactions