nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

Tensorboard and Viewer at the same time during training

Open ManuConcepBrito opened this issue 1 year ago • 1 comments

Describe the bug When I try to run tensorboard and the viewer during the same training instance, the viewer doesn't launch. Another problem is that tensorboard doesn't launch automatically. I need to go to the log directory and run: tensorboard --logdir=.

To Reproduce ns-train depth-nerfacto --data /path-to-data --vis tensorboard --viewer.websocket-port 7007 nerfstudio-data

I tried altering the position of the --vis argument (as it seems that order matters) but no luck. Is this the expected behaviour?

ManuConcepBrito avatar Feb 05 '23 12:02 ManuConcepBrito

It seems(?) NeRFStudio does not support using multiple viewer methods (e.g using tensorboard and viewer at the same time) currently. Will it be a future feature?

wuzirui avatar Feb 06 '23 05:02 wuzirui

Added in #1474

tancik avatar Feb 22 '23 18:02 tancik