Replies: 1 comment 4 replies
-
Hi there, you can use the Python bindings, which are able to control almost any parameter that the GUI exposes. For your use case, you can modify the portion of testbed.render_aabb = ngp.BoundingBox([min_x, min_y, min_z], [max_x, max_y, max_z]) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! Just wanted to know if there's a way to save what I set in the “Crop aabb” parameter so that when I run testbed.exe and load that scene it only trains on that specific region
Or do I have to set it every time?
Beta Was this translation helpful? Give feedback.
All reactions