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

Implement visualization module #15

Open
jfelip opened this issue Jan 11, 2023 · 1 comment
Open

Implement visualization module #15

jfelip opened this issue Jan 11, 2023 · 1 comment

Comments

@jfelip
Copy link
Contributor

jfelip commented Jan 11, 2023

This module will show the evolution of sampling algorithms showing the ground truth and samples that are accepted/rejected, importance weights and so on.

The idea is to provide a video generation that can be used to explain how the method works and to debug that the method is behaving as expected.

@jfelip
Copy link
Contributor Author

jfelip commented Jan 11, 2023

To implement this each sampling method should include a visualization flag. When the flag is on, the method should keep track of each sampling step. The tracked sampling steps will be used to show the animated sampling algorithm.

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