István Sárándi

Results 34 comments of István Sárándi

Is there any news about the pose annotation release date? The website still says Jan 7.

It's released now, but I don't have success with using it https://github.com/facebookresearch/Ego4d/issues/331

Hi! Thanks for your interest! What joints are you missing for the SMPL-X body? I aimed to include all body joints. Note though that I'm currently working on a method...

Thanks for the report. Can you provide more details? - command you executed - full exception trace - the working directory - did you use pip install?

Hi Andrew, thanks for your interest in our work! I can give you a few more details to how the poses were generated, as I did this part of the...

Thanks for the reply, I'm looking forward to later updates. There aren't many large-scale in-the-wild datasets like this available, so it's quite exciting!

@wangjiongw After some more checking, it seems the camera calibrations have errors. In some cases the horizontal and vertical focal lengths are specified as very different values which does not...

The output fps could indeed be fixed, but I think for reading the exact fps, ffprobe is needed (the ffmpeg binary only prints the fps rounded to two decimals), but...

Hmm. Probably the variable names get messed up or lost after packaging into the multi-person SavedModel. For this use case it would be best to provide the original checkpoint files...

Is `torchdata.nodes` usable in multi-GPU training? It's really hard to piece together the current recommended way to load data in PyTorch...