You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched related issues but cannot get the expected help.
2. I have read the FAQ documentation but cannot get the expected help.
3. The bug has not been fixed in the latest version.
Describe the bug
Hello,
I want to use rtmpose body 26 keypoints model with mmdeploy and tensorrt. I successfully converted the pytorch model to tensorrt model using the commands specified below.
Then to test how the pose_tracker is doing with my webcam, I go inside build/bin and I launch the third command.
The image is well displayed but the visualisation of the model is not and I have the following message :
"error: mismatched number of keypoints: 17 vs 26, skip pose visualization."
Therefore, I think that the visualisation has not been adapted for the body 26 models of mmpose. Is it something that I am missing or should it be implemented ? The next question would be to if in python, when importing PoseTracker, would the visualisation be available ?
Checklist
Describe the bug
Hello,
I want to use rtmpose body 26 keypoints model with mmdeploy and tensorrt. I successfully converted the pytorch model to tensorrt model using the commands specified below.
Then to test how the pose_tracker is doing with my webcam, I go inside build/bin and I launch the third command.
The image is well displayed but the visualisation of the model is not and I have the following message :
"error: mismatched number of keypoints: 17 vs 26, skip pose visualization."
Therefore, I think that the visualisation has not been adapted for the body 26 models of mmpose. Is it something that I am missing or should it be implemented ? The next question would be to if in python, when importing PoseTracker, would the visualisation be available ?
Thank you a lot in advance.
Best regards,
Maxime
Reproduction
Convert mmdet to .engine
Convert mmpose halpe 26 to .engine
Command to test the pose tracker :
Environment
Error traceback
error: mismatched number of keypoints: 17 vs 26, skip pose visualization.
The text was updated successfully, but these errors were encountered: