graphdeco-inria / nerfshop

NeRFshop: Interactive Editing of Neural Radiance Fields
https://repo-sam.inria.fr/fungraph/nerfshop/
Other
451 stars 24 forks source link

I can't stop training with the GUI #10

Closed lishaoxu1994 closed 1 year ago

lishaoxu1994 commented 1 year ago

I can't stop training with the GUI, is there any way to set the n_steps in the script

clementjambon commented 1 year ago

Can you access the training GUI window (vanilla Instant-NGP one)?

Snosixtyboo commented 1 year ago

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.

lishaoxu1994 commented 1 year ago

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.

Snosixtyboo commented 1 year ago

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.