abhinanda-punnakkal / BABEL

Code accompanying the BABEL dataset (CVPR 2021).
156 stars 9 forks source link

'frame_ann' is None #4

Closed BrianG13 closed 2 years ago

BrianG13 commented 2 years ago

Hi guys!

Thanks for sharing your work, its really helpful and interesting!

I have a question: While I am iterating through the train and val labels files, I encountered that on various samples that the value of the key 'frame_ann' is equal to None . That means that for these sequence there are no annotations at level frame (only on entire sequence level?

Just checking that I am not missing anything important and thats OK.

Examples of sequences with None value at 'frame_ann' : sequence_id file_name ['feat_p']
'6912' 'KIT/KIT/4/WalkingStraightForward06_poses.npz'
'3671' 'KIT/KIT/3/jump_forward02_poses.npz'
'3965' 'BMLrub/BioMotionLab_NTroje/rub014/0004_treadmill_jog_poses.npz'

Thanks!