ncnn
ncnn copied to clipboard
Please tell me how to set the input for classification with the keypoint inferred from ncnn movenet
detail | 详细描述 | 詳細な説明
this is my code.
void NanoDet::detect_pose_cls(std::vector
Perhaps the shape of the input points is 17, 2. It seems to consist of x and y coordinates per key point, and you can also calculate the score through points[0].score, points[1].score.
I want to input this in 17,3 shape, how do I do it?
Also, please tell me how to return the classification result as output and score.
thank you!!