lawy623 / LSTM_Pose_Machines

Code repo for "LSTM Pose Machines" (CVPR'18)
276 stars 43 forks source link

permuting label map #6

Closed nitba closed 6 years ago

nitba commented 6 years ago

Hi, in training , in transformation_JHMDB, you have produced label map in permuted form which is not match to the label and after getting output you do permuted again to match the label , I mean why do you do that in purpose? Could not we do that without permutation??!