Closed BrianG13 closed 2 years ago
Hi,
Have you found the solution to this issue please ?
Thanks for responding.
Hi @BrianG13 , @BOUZID-Hamza ,
Thank you both for your questions.
Babel is built upon the AMASS dataset and you need to download it from here. An example data entry from BABEL looks like:
Here, the field "feat_p"
points to the rrelative path of SMPL pose parameters.
BABEL data format is explained in this link .
BABEL was collected by showing videos of actions rendered at 30 FPS. Hence, the annotation consists of start_t
& start_t
.
Hope this answered your questions.
alright. I was confused where can I find all the "npz" files. But they are all in the AMASS archive. Thank you very much for you time and effort.
Hi, 1st I want to thank you guys for releasing the code + data, this is not obvious at all and I appreciate the effort, I am sure it will be useful. I am wondering as in the example notebooks uploaded there are some missing examples:
start_t
&end_t
. There is astart_frame
anywhere?Thanks for your help!