How can I render and visualize in W&B all images during training? (every x steps)
How can I render and visualize all the images (or some sample) training + eval during the training including Backscattering, J depth etc in subsea-nerf? (Seathru nerf) I want to visualize them in W&B during training.
Thanks!
You can see all the real-time results in WandB by just adding --vis viewer+wandb into ns-train nerfacto (before putting --data and --output-dir).
You can see all the real-time results in WandB by just adding
--vis viewer+wandbintons-train nerfacto(before putting--dataand--output-dir).
That's they way to visualize some of the results in WandB, but as I asked, how can I visualize all the eval + training images rendered by the model with the ground truth, in the WandB in real-time? and How can I save all of those results?
Right now it's just picking 1 random sample from the evaluation and showing it every 500 steps. I want all of them by my choice, including the training data.
Thanks!