3d-pose-baseline icon indicating copy to clipboard operation
3d-pose-baseline copied to clipboard

Predict wrong joints

Open tiffany0117 opened this issue 2 years ago • 4 comments

Hello everyone,

I'm trying to rebuild the result of this code and follow the introduction that provide on this website, however, I got the wrong predicted joints, which are not the 16 joints we want to show the skeleton. Could anyone help me change the code to train the model with the joints we want?

  1. Operating system : windows 10 home
  2. Tensorflow version : 2.3.0
  3. Python version : 3.8.8

tiffany0117 avatar Jul 12 '21 07:07 tiffany0117

Could you please elaborate? How are they wrong?

una-dinosauria avatar Jul 12 '21 13:07 una-dinosauria

When I run the code in the first time, I got nothing on visualize in prediction, so I checked the variable, poses3d, I found that except for hip joint, all joints list below are all Nan, however there is value in the others joints that not list below.

H36M_NAMES[0] = 'Hip' H36M_NAMES[1] = 'RHip' H36M_NAMES[2] = 'RKnee' H36M_NAMES[3] = 'RFoot' H36M_NAMES[6] = 'LHip' H36M_NAMES[7] = 'LKnee' H36M_NAMES[8] = 'LFoot' H36M_NAMES[12] = 'Spine' H36M_NAMES[13] = 'Thorax' H36M_NAMES[14] = 'Neck/Nose' H36M_NAMES[15] = 'Head' H36M_NAMES[17] = 'LShoulder' H36M_NAMES[18] = 'LElbow' H36M_NAMES[19] = 'LWrist' H36M_NAMES[25] = 'RShoulder' H36M_NAMES[26] = 'RElbow' H36M_NAMES[27] = 'RWrist'

And here are the value of the poses3d : image image image image image image image

tiffany0117 avatar Jul 13 '21 06:07 tiffany0117

Please give TF 1.2 a try: https://github.com/una-dinosauria/3d-pose-baseline/issues/197#issuecomment-904477938

una-dinosauria avatar Aug 24 '21 14:08 una-dinosauria

THK!!!

tiffany0117 avatar Aug 31 '21 10:08 tiffany0117