open-mmlab / mmpose

OpenMMLab Pose Estimation Toolbox and Benchmark.
https://mmpose.readthedocs.io/en/latest/
Apache License 2.0
5.26k stars 1.17k forks source link

[Feature] Adjusting the thickness of the skeleton lines relative to the bounding box #3056

Open ravikcs opened 1 month ago

ravikcs commented 1 month ago

What is the feature?

This feature request proposes adding functionality to MMPose to adjust the thickness of the skeleton lines relative to the bounding box size of the detected person. This enhancement would provide better visualization of poses, especially in images with varying person sizes. Thicker lines for larger bounding boxes would improve visibility and aesthetics, while thinner lines for smaller bounding boxes would prevent the image from becoming cluttered.

Any other context?

No response

ravikcs commented 1 month ago

Working with @bhattalok49 to bring this feature.