princeton-vl / infinigen

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

How can I create stereo 360 images? #179

Closed keithahern closed 6 months ago

keithahern commented 7 months ago

I have made flat stereo images without issue.

If it possible with a config change to render stereo images? Where can I tweak the camera parameters? Is there anything else I should be aware of when doing this?

Thank you

keithahern commented 6 months ago

I fixed this with some code changes, it does not look like it configurable via .gin or parameters

bbbbubble commented 3 months ago

@keithahern Could you please explain in nore detail how you do that, or share the code? I have encountered the same issue. Thank you nery much!

keithahern commented 3 months ago

You can look at my fork https://github.com/princeton-vl/infinigen/compare/main...keithahern:infinigen:main

NOTE it is now behind master

bbbbubble commented 2 months ago

You can look at my fork main...keithahern:infinigen:main

NOTE it is now behind master

Thank you for your reply! I tested your code, and it seems we might not be talking about the same thing. What I want is to move and rotate the camera to render around the scene in 360 degrees, but the image I got using your code is a panoramic image? Nevertheless, thank you for your reply! image