xingyizhou / pytorch-pose-hg-3d

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

Why effect is very poor use the model trained by myself? #43

Open buling5143 opened 5 years ago

buling5143 commented 5 years ago

According to the training you provide code, and test results as shown

The z axis data clearly wrong, what should I do how to adjust? pytorch-gpu version=0.1.12

xingyizhou commented 5 years ago

Hi, Thanks for your interests in this project. Can you provide more details about this? e.g., your training log? There is a PyTorch BN bug that might cause this issue (https://github.com/xingyizhou/pytorch-pose-hg-3d/issues/16), but pytorch 0.1.12 should be fine.