Closed preethamam closed 1 year ago
Just create an outer loop where you alter the scene as described in the BOP challenge examples
@MartinSmeyer If I use an outer loop, isn't the objects get randomly sampled every time? Also, the background will change for every new scene. What I want is the same background and objects but randomly placed at different locations.
Well then just put the part you want to randomize in the loop and everything else outside.
I want objects randomly placed at different locations with the same sampled BOP objects and background texture for different scenes. The below code produces five images with different camera poses, and the objects remain at the exact location.