graphdeco-inria / nerfshop

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

no-gui training keeps running... #15

Closed ibrahimrazu closed 1 year ago

ibrahimrazu commented 1 year ago

Hi, Thanks a lot for your code. I was checking the model with benchmark fox nerf images. It appears to be the training doesnt stop even after 30 hours. I've kept everything default. Is there any trick i should follow? Thanks :)

clementjambon commented 1 year ago

Training never stops automatically. Simply click on "Stop Training" in the training window...

ibrahimrazu commented 1 year ago

@clementjambon thanks a lot for your reply. Actually i'm trying first time at the server. so was passing this: ./build/nerfshop --scene --no-gui Is there any way to control the --no-gui version and still getting the ckpt file stored?