Michel-liu / GroupPose

[ICCV 2023] The official PyTorch code for Group Pose: A Simple Baseline for End-to-End Multi-person Pose Estimation
Apache License 2.0
79 stars 1 forks source link

Whether to provide code for visualizing inference results #3

Closed WEIZHIHONG720 closed 1 year ago

WEIZHIHONG720 commented 1 year ago

Thank you for your work. Whether to provide code for visualizing inference results?

WEIZHIHONG720 commented 1 year ago

@Michel-liu

Michel-liu commented 1 year ago

Thanks for your interest in our work. We haven't tidied up the code for the visualization yet. Maybe you can refer to the visualization code located at the following site. https://github.com/leoxiaobin/deep-high-resolution-net.pytorch/blob/master/visualization/plot_coco.py

ZWXCV commented 10 months ago

Have you used this method to solve the visualization problem?