mmpose icon indicating copy to clipboard operation
mmpose copied to clipboard

[Feature] visualize after resize

Open Clement-Lelievre opened this issue 8 months ago • 0 comments

What is the feature?

say I want to detect pose using pose2D on "large images" eg over 1024*1024

I noticed that the pose detector tends to miss body parts while if I lower the input image resolution, to get it closer to the model's (coco) training resolution, the detection gets better.

Problem is, I need the visualization AND the image to be back to its original resolution.

If I simply resize the output from the pose2D, the edges and keypoints get deformed and too big.

So ideally, we could have a resizing THEN visualization. Right now i'm trying to implem this

No resizing => clean dataviz pose_3

After resizing the image => bad result, edges and keypoints too big due to resizing pr_branch_pose_3

Clement-Lelievre avatar Jun 19 '24 16:06 Clement-Lelievre