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

Dustbin and Homography Adaptation #309

Open
johnnyboloni opened this issue Oct 24, 2023 · 1 comment
Open

Dustbin and Homography Adaptation #309

johnnyboloni opened this issue Oct 24, 2023 · 1 comment

Comments

@johnnyboloni
Copy link

Hello everyone,
I'm implementing my own training code for SuperPoint and was wondering what to do with the dustbin when doing Homography adaptation.
To implement Homography Adaptation, I need to convert the 65 detection channels back to spatial pixels, unwarp the resulting heatmap for each sampled homography, and sum resulting heatmaps over all sampled homographies. Of course the problem is the extra dustbin channel - it has no "spatial" value to it. I have a couple of ideas how to deal with this:

  1. Weight pixel detections by inverse dustbin value (this way, pixels coming from a grid cell with a strong dustbin get a very low weight)
  2. Apply dustbin logic before unwarping heatmap

Any idea? What did you guys do?

@rpautrat
Copy link
Owner

Hi,

We used option 2.

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