Alex Raistrick

Results 97 comments of Alex Raistrick

You should use camera id (0,1). This will render the second "eye" of the 0th stereo camera. 1,1 would be the second eye of the second stereo camera, which doesn't...

Sorry yeah it is actually a max for two different python range()s. It really needs splitting up into two well named variables with docs etc

Our default code has all cameras use the same camera rig config. So if there are 5 stereo camera rigs they will all have the same baseline. If you want...

Please try again on main, 1.3.3 contains some code which may (?) fix this although it was not written by me so I am not fully positive. If it does...

Closing due to inactivity, feel free to reopen

Hello, Unfortunately there is no single easily accessible list of all the customization options present in the _current_ version of infinigen. There is customizable-parameter-count numbers in the original CVPR paper,...

Yes, importing existing materials is not hard at all, you can apply them to infinigen objects the same as you would to any other blender object.

The million random numbers are the non-user-interpretable randomness, IE per vertex random displacement or per ray bounce randomness. These are undocumentable and uncontrollable although their seed can be recorded. I...

This will get you what is exposed to gin, which is a start but far from everything. In practice the majority of parameters (named random variables) are only accessible via...

RE question 1 - "how can I ensure different machines generate different scenes"? - Generating different scenes on different runs is the default behavior. You should not use`--specific_seed`, since this...