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 do you created the warped heatmap? #35

Open
wwang107 opened this issue Nov 26, 2020 · 4 comments
Open

How do you created the warped heatmap? #35

wwang107 opened this issue Nov 26, 2020 · 4 comments

Comments

@wwang107
Copy link

Hi,

I am very interested in the code that creates a warped heatmap. However, I can not find it in the repo, can you point out where is it?

@haibo-qiu
Copy link

Suppose we have four views images for training.

If we randomly choose a certain view as the primary view, then the warped heatmap is obtained by weighted addition of the heatmaps mapped (using the fc layer) from the other three views.

Please refer to this link for the details of fusion.

@poincarelee
Copy link

@haibo-qiu
hi, the weights [0.4,0.2,0.2,0.2] was learned through models or set by hand?

@haibo-qiu
Copy link

Hi @poincarelee,
the weights [0.4, 0.2, 0.2, 0.2] is handcrafted by using a simple strategy: the primary view should be dominant while the other views hold an equal position.

@poincarelee
Copy link

@haibo-qiu
okay, Thanks a lot.

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

3 participants