wbenbihi / hourglasstensorflow

Tensorflow implementation of Stacked Hourglass Networks for Human Pose Estimation
MIT License
480 stars 179 forks source link

heatmap resize to other size #36

Closed watlz1533 closed 2 years ago

watlz1533 commented 6 years ago

I have a image (1024x768), first convert the image to 256x256, then execute predictHM(img) and get a 64x64 heat map. In inference.py, the function predictHM(self, img) returns 64x64 heat map. Can any function convert the heat map to original image size (ex: 1024x768)?

xuebuaa commented 4 years ago

have you sloved this problem?the resolution of the output heatmap is too low ,could i change the upsampling structure to improve the resolution?