PaddlePaddle / PaddleClas

A treasure chest for visual classification and recognition powered by PaddlePaddle
Apache License 2.0
5.41k stars 1.16k forks source link

行人属性检测的C++部署代码是哪个? #3213

Open gouzigege opened 1 month ago

gouzigege commented 1 month ago

你好, 我在使用PaddleClas想对行人的属性检测模型进行C++的部署。使用 PaddleClas-release-2.5.2/deploy/cpp 里面的代码成功构建出clas_system可执行文件,然后使用命令 ./build/clas_system -c ./tools/inference_person_attribute.yaml 配置文件如下: cfg

运行后报错误如下: error

问题:行人的属性识别C++代码是否为 PaddleClas-release-2.5.2/deploy/cpp 里的代码?如果不是,是否支持行人识别的C++代码,具体的位置?

cuicheng01 commented 1 month ago

目前这里C++只支持单标签部署,多标签部署需要自己改写下

gouzigege commented 1 month ago

感谢回复: 那我是能够根据这份C++代码,修改后处理相关操作得到行人属性识别的是么?还是需要自己重新写呢?

JianDan0212 commented 1 month ago

改写C++代码应该就可以,稍等我跟相关同学确认下后回复你

TingquanGao commented 3 weeks ago

The issue has no response for a long time and will be closed. You can reopen or new another issue if are still confused.


From Bot