Tutorial - deploy YOLOv5-keypoint with ncnn #4983
changshanzhao
started this conversation in
General
Replies: 1 comment 2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
概要
本文在nihui大大yolov5部署基础上完成,主要修改了yolov5的输出部分。JLU-wind模型中输出包含16个维度,前10个维度分别对应5个关键点的坐标,第十一个维度是bbox的置信度,最后5个维度包含了类别信息。
输出中不含bbox,但是可以用5个关键点的外接矩形作为bbox。
setup yolov5-KeyPoint pytorch
export torchscript and convert it to ncnn via pnnx
ncnn inference
implement yolov5 post-process in cpp
Beta Was this translation helpful? Give feedback.
All reactions