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

Use average coordinate of merged keypoints during NMS #711

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Commits on Sep 5, 2023

  1. add pure-retrieval baseline

    senselessdev1 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    0e2b0c4 View commit details
    Browse the repository at this point in the history
  2. add nms option

    senselessdev1 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    96bcc53 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. int32 to MatchIndicesMap instead of uint32

    senselessdev1 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1212d65 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. make BA return correct shape

    senselessdev1 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a3c023d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/borglab/gtsfm into add-pu…

    …re-retrieval-baseline
    senselessdev1 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e5aa0fa View commit details
    Browse the repository at this point in the history
  3. fix bug in script flag elif cond

    senselessdev1 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    83775bb View commit details
    Browse the repository at this point in the history
  4. merge conflict

    senselessdev1 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    9c4f853 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/borglab/gtsfm into add-pu…

    …re-retrieval-baseline
    senselessdev1 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    edbddbe View commit details
    Browse the repository at this point in the history
  6. fix test

    senselessdev1 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    aab676f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. update var name

    senselessdev1 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    3bf9c30 View commit details
    Browse the repository at this point in the history
  2. update var name

    senselessdev1 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    7b0066d View commit details
    Browse the repository at this point in the history
  3. fix format

    senselessdev1 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    dd5c99c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/borglab/gtsfm into add-pu…

    …re-retrieval-baseline
    senselessdev1 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b930e76 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Merge branch 'master' of https://github.com/borglab/gtsfm into add-pu…

    …re-retrieval-baseline
    senselessdev1 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e96326e View commit details
    Browse the repository at this point in the history
  2. use running mean keypoint loc

    senselessdev1 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    69dc6c6 View commit details
    Browse the repository at this point in the history
  3. improve comment

    senselessdev1 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    07918c8 View commit details
    Browse the repository at this point in the history
  4. fix index error

    senselessdev1 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ffaf257 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. fix merge conflict

    senselessdev1 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c2e7909 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Merge branch 'master' of https://github.com/borglab/gtsfm into avg-co…

    …ord-nms
    senselessdev1 committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    d8a04fc View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Merge branch 'master' of https://github.com/borglab/gtsfm into avg-co…

    …ord-nms
    senselessdev1 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    cd41a97 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Merge branch 'master' of https://github.com/borglab/gtsfm into avg-co…

    …ord-nms
    senselessdev1 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    7896bf1 View commit details
    Browse the repository at this point in the history
  2. remove superfluous print statement

    senselessdev1 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    ccdf831 View commit details
    Browse the repository at this point in the history