-
Hello, does anyone know how to set the boundary for outdoor images or a large project? For example, if I just run a drone image set of a building, Instant-ngp generates a large cube that includes all the surroundings with ground, sky, tree, etc, and the target building is just somewhere inside the buildings. Which is very hard to navigate due to the heavy model. But if you see the provided DroneDeploy Dataset (https://github.com/nickponline/dd-nerf-dataset), only a rectangular shape of the ground+building is rendered. Somehow unnecessary surroundings such as sky and foregrounds are excluded.
Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can add As for exporting a 3D model: there's a "mesh it" button in the GUI. (The mesh quality is going to be rather bad for real-world scenes, though. I wouldn't recommend instant-ngp as a go-to model export tool.) |
Beta Was this translation helpful? Give feedback.
You can add
"scale"
and"offset"
(at the outermost scope) totransforms.json
to accomplish an up- or down-scaling of the dataset at training time. This can reduce reconstruction quality, though -- it might be better to train with all the detail and to then use the "Crop" GUI option to trim down the rendering alone.As for exporting a 3D model: there's a "mesh it" button in the GUI. (The mesh quality is going to be rather bad for real-world scenes, though. I wouldn't recommend instant-ngp as a go-to model export tool.)