princeton-vl / infinigen

Infinite Photorealistic Worlds using Procedural Generation
https://infinigen.org
BSD 3-Clause "New" or "Revised" License
5.14k stars 430 forks source link

Create Multi-View Stereo sequence #237

Open rossimattia opened 1 month ago

rossimattia commented 1 month ago

Any suggestion would be very welcome. Thank you.

araistrick commented 1 month ago

Hello, you can change the frame rate with the commandline override -p execute_tasks.fps=1, and you can similarly change the camera speed to make the frames as sparse as you like with AnimPolicyRandomWalkLookaround.speed = ("uniform", 3, 10) (this is the default speed - you may want to increase it)

RE camera trajectories, yes they can be decided however you like after the scene is generated. We provide code to randomly generate them called here, you are free to modify this code or write your own entirely custom script.