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)
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?
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?
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?