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

add a heat map #66

Open
smanman opened this issue Jan 9, 2024 · 4 comments
Open

add a heat map #66

smanman opened this issue Jan 9, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@smanman
Copy link

smanman commented Jan 9, 2024

Excuse me, if I want to add a heat map to the btcv test, where should I add it?

@Amshaker
Copy link
Owner

Hi @6018203135 ,
What do you mean by heat map to the btcv test? Please explain what you want to do in more detail.

@smanman
Copy link
Author

smanman commented Jan 21, 2024

@Amshaker
Yes, I'd like to use heatmaps to highlight the role of EPA (or a new module that I've trotted out myself) for visualization when testing datasets. How should I add the 3D heatmap code in your code? Thank you very much.

@Amshaker
Copy link
Owner

I attempted to visualize the 3D heatmaps within the EPA block, but encountered significant challenges due to (1) the input image size being Nx512x512, while this image is divided into patches with input size 128x128x64, and (2) there is post-processing at the end. Considering the output of the EPA or your module directly may not yield straightforward results. Instead, I suggest visualizing the final output both with and without your module. This approach provides a more accessible way to convey the impact of your module, showcasing its effects on the ultimate output rather than on intermediate features. ;)

@Amshaker Amshaker added the enhancement New feature or request label Jan 21, 2024
@smanman
Copy link
Author

smanman commented Jan 21, 2024

@Amshaker
Thank you very much!

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

No branches or pull requests

2 participants