Paddle 更换PPhuman项目中的目标检测器

7tofc5zh  于 4个月前  发布在  其他
关注(0)|答案(5)|浏览(46)

请提出你的问题 Please ask your question

我发现在pphuman这个项目中,目标检测和目标跟踪器用的是同一个模型文件,请问如果我想更换目标检测器我该怎么去修改

c6ubokkw

c6ubokkw1#

可以直接替换config文件里的模型路径https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.6/deploy/pipeline/config/infer_cfg_pphuman.yml#L8

xghobddn

xghobddn2#

很感谢提供的帮助,你们所作的贡献非常大。但是我现在遇到一个问题,我希望使用自己训练的yolov5模型代替pphuman中的行人检测器而继续使用pphuman中的ocsort目标跟踪器,但是我发现pphuman中的检测器和跟踪器已经集成到了一个模型中,请问我该怎么做才能实现我想要的功能? X @***.  …

------------------ 原始邮件 ------------------ 发件人: "PaddlePaddle/Paddle" ***@***.***>; 发送时间: 2023年7月24日(星期一) 上午10:09 ***@***.***>; ***@***.******@***.***>; 主题: Re: [PaddlePaddle/Paddle] 更换PPhuman项目中的目标检测器 (Issue #55618) 可以直接替换config文件里的模型路径https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.6/deploy/pipeline/config/infer_cfg_pphuman.yml#L8 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: ***@***.***>

7xzttuei

7xzttuei3#

1.可以替换用训练好的yolov5模型替换config里面的MOT里的model_dir,https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.6/deploy/pipeline/config/infer_cfg_pphuman.yml#L12

2.无论检测器还是跟踪器的模型都是动转静导出后的模型,如果替换,需要先将训练好的yolov5模型进行动转静导出,具体可参考 https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.6/deploy/EXPORT_MODEL.md 或者ppyolo里面的yolov5: https://github.com/PaddlePaddle/PaddleYOLO/tree/release/2.6/configs/yolov5

bis0qfac

bis0qfac4#

已超72小时未回复,暂停跟进,后续有问题可以再提issue

7rfyedvj

7rfyedvj5#

非常感谢你的帮助,我通过在pipline中加载yolov5项目中的模型而间接的达到了我想要的效果,只是速度比原版慢了很多,再次对你的帮助进行感谢! X @***.  …

------------------ 原始邮件 ------------------ 发件人: "PaddlePaddle/Paddle" ***@***.***>; 发送时间: 2023年7月25日(星期二) 下午5:12 ***@***.***>; ***@***.******@***.***>; 主题: Re: [PaddlePaddle/Paddle] 更换PPhuman项目中的目标检测器 (Issue #55618) 已超72小时未回复,暂停跟进,后续有问题可以再提issue — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: ***@***.***>

相关问题