Closed lishaoxu1994 closed 1 year ago
Can you access the training GUI window (vanilla Instant-NGP one)?
In complex scenes or on weaker hardware, the GUI can become unresponsive, since it is not decoupled from the training process (it updates with the frame rate). Usually, this just means that one has to click multiple times until the signal to the button is caught. An alternative would be to decouple GUI and NeRF rendering, as it is done in the recent version of INGP. This would be a nice-to-have feature for us.
In complex scenes or on weaker hardware, the GUI can become unresponsive, since it is not decoupled from the training process (it updates with the frame rate). Usually, this just means that one has to click multiple times until the signal to the button is caught. An alternative would be to decouple GUI and NeRF rendering, as it is done in the recent version of INGP. This would be a nice-to-have feature for us.
thanks, it works.
Update, we now added a "hover to stop straining" button in the GUI for the times when it becomes unresponsive. It's in the hanging_issues
branch, which we will soon merge into main.
I can't stop training with the GUI, is there any way to set the n_steps in the script