HRNet / DEKR

This is an official implementation of our CVPR 2021 paper "Bottom-Up Human Pose Estimation Via Disentangled Keypoint Regression" (https://arxiv.org/abs/2104.02300)
MIT License
437 stars 75 forks source link

how can i vis the heatmap_avg #22

Open CUMTweiwenxuan opened 2 years ago

CUMTweiwenxuan commented 2 years ago

i can't understand the shape of heatmap_avg such as: i input 320x240x3 image into hrnetw32_coco.pth and then the size of heatmap_avg is 6488064. how can i vis the heatmap_avg?

wusaisa commented 10 months ago

Hi, I'm also trying to change the dataset to my own, the input image resolution is 1920×1080, what did you modify after changing the dataset to make it work?