open-mmlab / mmpose

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

[Feature] rtmpose modified to bottomup mode #2973

Open Egrt opened 4 months ago

Egrt commented 4 months ago

What is the feature?

How can I change the rtmpose profile to bottomup mode, i.e. make the input image the whole image instead of the cropped target image?

Any other context?

No response

Tau-J commented 4 months ago

Hi @Egrt , RTMPose is designed to be a top-down model, which means that it cannot be changed into bottomup mode. If you wish a bottom-up model, I suggest trying RTMO.