nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

Unable to exit the training normally

Open jhzgjhzg opened this issue 2 years ago • 1 comments

After 99.97% of the model training, it was stuck and could not be completed normally. The command executed is: ns-train nerfacto --vis viewer --viewer.websocket-port=7007 nerfstudio-data --data /home/nhy123456/nerfstudio/test_data This is the error message after I exit with ctrl+c:image

jhzgjhzg avatar Nov 06 '22 11:11 jhzgjhzg

The model completed training correctly, we have an off-by-one logging error which is why you don't see the last log. The codes does not automatically quit as this would close the viewer (which may not be desirable). We can certainly make the UI around completion better, perhaps add "training is complete, press q to quit" at the end.

tancik avatar Nov 06 '22 17:11 tancik