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

How to generate a good looking tree instead of weird looking trees? #214

Open JaeLee18 opened 2 months ago

JaeLee18 commented 2 months ago

Hello, Thank you for the amazing work. I am generating an individual tree using this following command:python -m infinigen_examples.generate_individual_assets -f TreeFactory -n 1 -g Every parameter is the default, but is there any way to generate just normal-looking tree?

Below is the generated tree by the above command:

image_000

araistrick commented 2 months ago

Hello,

The convention in infinigen is that if no parameters are overridden you will get a fully randomized object, IE all parameters will be randomized within their entire possible range, so running the code with default parameters is equally likely to produce a weird vs normal tree.

That said, something appears to be bugged, the branches should not appear bulbous and low poly like that. Its likely the code is somehow broken, i'll look into it ASAP.