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

fix refactoring bugs in movi_def_worker #309

Closed m43 closed 8 months ago

m43 commented 10 months ago

Bug-fix to make the scene generation for Movi-D, Movi-E, and Movi-F work. Running the associated docker run -rm interactive ... commands in the instructions to generate the individual scenes now works. Bug introduced in https://github.com/google-research/kubric/pull/300.

Qwlouse commented 8 months ago

thank you!