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

how to preprocess the mpi-inf-3dhp dataset?

Open chaneydd opened this issue 6 years ago • 3 comments

Hi Xingyi,

Could you please tell me how you preprocess the mpi-inf-3dhp dataset during testing.

Thank you very much. Best regards, Li Chen

chaneydd avatar May 20 '18 06:05 chaneydd

Hi Li, Sorry for the late reply, the pre-processing code is in https://github.com/xingyizhou/pose-hg-3d/blob/master/src/util/dataset/fusion.lua#L231 . Note that we assume the ground truth bbox is available in testing.

xingyizhou avatar Jul 14 '18 05:07 xingyizhou

Thanks a lot for your reply Xingyi. The thing is how do you get the ground truth bbox, the annotation in the .mat file is a 34 dimensional rather than a 4 dimensional vector, which I don't think is a bbox. Do you get the bbox according to the joint locations?

chaneyddtt avatar Jul 20 '18 04:07 chaneyddtt

Hi Li, Sorry for the late reply ... Actually I used a pre-released version of 3DHP dataset from the dataset authors, and in this version, they have bounding box provided.

xingyizhou avatar Aug 08 '18 06:08 xingyizhou