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

Visualization of training in GUI #121

Open
Michelvl92 opened this issue Feb 27, 2023 · 0 comments
Open

Visualization of training in GUI #121

Michelvl92 opened this issue Feb 27, 2023 · 0 comments

Comments

@Michelvl92
Copy link

I would love to add simple training visualization like in the torch-ngp repo.

They fixed this nicely in a small loop here: https://github.com/ashawkey/torch-ngp/blob/ccc703001720119e6b926c6d6971e0433c492b89/nerf/gui.py#L429

I would have fixed this in a PyTorch Lightning callback, e.g. by calling a test-step on train-step end. But I think this is impossible since dpg.is_dearpygui_running() should be called infidelity in a while look such as shown on L429 of the torch-ngp repo.

For the initial version, I only want to show the image, without any training settings, which is not needed at the moment. Could you help me (by explaining conceptually or by pseudo-code) how I could implement this? I would love to make a PR.

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

1 participant