xingyizhou / pytorch-pose-hg-3d

PyTorch implementation for 3D human pose estimation
GNU General Public License v3.0
613 stars 143 forks source link

error occure while load stage 1 results #45

Closed MahdiHeybati closed 5 years ago

MahdiHeybati commented 5 years ago

Hi I am new in pytorch, and i do not know how to load HGRegS2M2M2_60.t7. can you please help me to load heat maps ??

MahdiHeybati commented 5 years ago

How can i get heat maps from H36M dataset ??

xingyizhou commented 5 years ago

Hi, Here https://github.com/xingyizhou/pytorch-pose-hg-3d/blob/master/src/main.py#L23 is where the loading happens. And here https://github.com/xingyizhou/pytorch-pose-hg-3d/blob/master/src/train.py#L26 is the heatmap you want.

MahdiHeybati commented 5 years ago

thanks a lot. can you help me about loading heat maps? i want to load and visualize set of heat maps for a sample image.

xingyizhou commented 5 years ago

No. You should do it yourself. The code is already there.

xinghuoGitHub commented 5 years ago

Thanks