PaddleX
PaddleX copied to clipboard
fail to find arch in Paddledetection yaml file
问题类型:模型部署 使用paddle训练faster-rcnn并导出__model__,params,model.yml三个文件,之后在model_infer.cpp中进行部署测试出现 fail to find arch in Paddledetection yaml file,No init can't predict 的问题
paddlex导出的模型,model_type需要填 paddlex
我改了yaml和代码里的model type后出现 Unexpected model_type: 'paddlex' in preprocess Init😂
---Original--- From: @.> Date: Mon, Jul 12, 2021 12:40 PM To: @.>; Cc: @.@.>; Subject: Re: [PaddlePaddle/PaddleX] fail to find arch in Paddledetection yaml file (#942)
paddlex导出的模型,model_type需要填 paddlex
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
不需要改yaml文件,c++代码运行时指定--model_type=paddlex即可