xingyizhou / pytorch-pose-hg-3d

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

Finetune the Model on Other dataset #76

Open rayush7 opened 4 years ago

rayush7 commented 4 years ago

Hello @xingyizhou,

Thank you for a great 3d pose estimation model.

Well I wanted to finetune the given pretrained model on other 2D pose and 3D pose datasets like NTU RGB+D (3d skeleton) and SURREAL.

My major doubt is that 2d/3d skeleton in different datasets are different from each other and different from the dataset you use i.e MPI Pose Estimation dataset and Human 3.6M . Will this effect the finetuning your current pretrained model?

Thank you