Skip to content

Doppelgangers support #308

Description

@awarebayes

There is a repository, which aims to avoid incorrect image registration called 'Doppelgangers': link.
Implementing it into the pipeline should be straightforward, since it is a binary classifier, also I am currently working on it.

My pipeline is the following:

  1. netvlad
  2. pairs from retrieval
  3. feature extractor (superglue)
  4. feature matcher (lightglue)
  5. !!!! Doppelgangers for each feature pair generates probability that they are a correct match
  6. for pairs with probability < thresh delete them from matches.hdf5
  7. run sfm
  8. ??? profit

This issue is for mainly tracking pull request, as well, as maybe some help I will need along the way

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions