Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I render and visualize in W&B all images during training? (every x steps) #3102

Open
RoyAmoyal opened this issue Apr 23, 2024 · 2 comments

Comments

@RoyAmoyal
Copy link

RoyAmoyal commented Apr 23, 2024

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!

@samadbarrikhojasteh
Copy link

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).

@RoyAmoyal
Copy link
Author

RoyAmoyal commented Apr 25, 2024

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).

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants