pixelite1201 / BEDLAM

206 stars 19 forks source link

find correspondent smpl and smplx format annotation #23

Closed YongtaoGe closed 10 months ago

YongtaoGe commented 10 months ago

Hi, there. Thanks for your great work. I find that both smplx and smpl format annotations have been released. However, I cannot match them for a particular synthesis person. ( the number of annotations in smpl and smplx format npz files are different.

pixelite1201 commented 10 months ago

Hello, Your question is not very clear. If you need helpful answer please provide more detail.

YongtaoGe commented 10 months ago

Hi,

Let me make it more clear with a toy example.

The smpl format annotation file ('20221010_3_1000_batch01hand_6fps.npz') has 5000 annotations,
while the smplx format annotation file  ('20221010_3_1000_batch01hand_6fps.npz') has 5100 annotations.

So I cannot say that the i-th annotation in smpl npz file is correspondent to the i-th annotation in smplx npz file.

The question is that how can I find both smpl and smplx annotations for the same person on the same image?

pixelite1201 commented 10 months ago

Thanks for making it more clear. There could be some difference in discarding frames with many joints occluded in the two version. But we have the data_processing code available here for both versions. You could generate your own npz files with particular requirements.