google-research / kubric

A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as instance segmentation masks, depth maps, and optical flow.
Apache License 2.0
2.34k stars 233 forks source link

Documentation Request for `build_tdfs.sh` #336

Open sinkers-lan opened 3 weeks ago

sinkers-lan commented 3 weeks ago

Hi team,

Is there any documentation, tips, or a README available for the build_tdfs.sh script? I'm looking for guidance on how to use it. Any insights would be greatly appreciated!

Thanks!

MrXandbadas commented 1 week ago

The readme here for the MOVI dataset shows how to use it inside python

ds = tfds.load("movi_a", data_dir="gs://kubric-public/tfds")

With a further in-depth look provided by following links in the readme of how the data is transformed! xD