EvoSkeleton icon indicating copy to clipboard operation
EvoSkeleton copied to clipboard

Source of 2D keypoints when eval on 3dhp dataset

Open ZhangRenkai opened this issue 3 years ago • 1 comments

May I ask a question? When doing this cross dataset experiment, is the 2D GT coordinates in the 3dhp dataset as the input or the coordinates estimated by the 2D pose estimator hrnet as the input. image

I just use 2D GT annots of 3dhp dataset as the 2d input, and the results are as below. (The 2Dto3D model is trained on this config: stage 2 block 3 evolve: generation_6) image And then I use 2D HRNet outputs as the 2d input, and the results are as below. (The 2d model is final_state.pth you mentioned here. https://github.com/Nicholasli1995/EvoSkeleton/blob/master/docs/2DHPE.md) image

ZhangRenkai avatar Aug 03 '22 11:08 ZhangRenkai

Hi, as explained in https://github.com/Nicholasli1995/EvoSkeleton/issues/8, the 2D coordinates annots of the 3dhp dataset are used.

Nicholasli1995 avatar Aug 05 '22 12:08 Nicholasli1995