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 to visualization the view attention?Just like Figure 6 in your paper #20

Open
gjgjgjfff opened this issue Oct 31, 2023 · 1 comment

Comments

@gjgjgjfff
Copy link

Thank you for your wonderful work and look forward to your reply!

@MukundVarmaT
Copy link
Collaborator

To visualize view attention, I use the attention matrix (Nrays x Npts x Nviews x Dim) from here and average across the channel dimension(Nrays x Npts x Nviews), further followed by computing the view number with maximum attention value (Nrays x Npts). Finally, the mode across points for each ray is computed and visualized (Nrays).

Unfortunately I cannot seem to find the code for it, but the above is the general idea. Let me know if you run into any problems

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