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 tanks and temples dataset loader #653

Merged
merged 157 commits into from
Dec 3, 2023
Merged

Commits on Jul 4, 2023

  1. Add files via upload

    johnwlambert authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    392f8b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0977efb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d65e30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cfb8fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4b8775 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77b9178 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7038d18 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    117fdc6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    324fc98 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    432daa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    581c6cb View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Update benchmark.yml

    johnwlambert authored Jul 9, 2023
    Configuration menu
    Copy the full SHA
    d274689 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    346a7fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8efe4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40418ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1aadc03 View commit details
    Browse the repository at this point in the history
  6. Add correspondence generator for synthetic data

    senselessdev1 authored and senselessdev1 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    888246d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. run on CI

    senselessdev1 authored and senselessdev1 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    7b80409 View commit details
    Browse the repository at this point in the history
  2. run in CI

    senselessdev1 authored and senselessdev1 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6efbeb0 View commit details
    Browse the repository at this point in the history
  3. run w/ lookahead of 4

    senselessdev1 authored and senselessdev1 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    af1d26e View commit details
    Browse the repository at this point in the history
  4. use 700 synthetic points

    senselessdev1 authored and senselessdev1 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    8fe66bf View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Test vectorization

    senselessdev1 authored and senselessdev1 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    be50f6e View commit details
    Browse the repository at this point in the history
  2. Remove vectorized code

    senselessdev1 authored and senselessdev1 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    888f878 View commit details
    Browse the repository at this point in the history
  3. flake8 fixes

    senselessdev1 authored and senselessdev1 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    8d3b339 View commit details
    Browse the repository at this point in the history
  4. flake8 fixes

    senselessdev1 authored and senselessdev1 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b6fdffb View commit details
    Browse the repository at this point in the history
  5. style fix

    senselessdev1 authored and senselessdev1 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b3a652c View commit details
    Browse the repository at this point in the history
  6. fix image order

    senselessdev1 authored and senselessdev1 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    1e5b58e View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Fix config comment

    senselessdev1 authored and senselessdev1 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    52b1140 View commit details
    Browse the repository at this point in the history
  2. add unit test to make sure images are sorted as expected

    senselessdev1 authored and senselessdev1 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e0186d0 View commit details
    Browse the repository at this point in the history
  3. loransac 0.5 px, no 2-view BA

    senselessdev1 authored and senselessdev1 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    1703165 View commit details
    Browse the repository at this point in the history
  4. measure 2 view errors w/ synthetic

    senselessdev1 authored and senselessdev1 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    cb31830 View commit details
    Browse the repository at this point in the history
  5. dont compute error for None two view geometry

    senselessdev1 authored and senselessdev1 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    00c5d4f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. fix resolution error

    senselessdev1 authored and senselessdev1 committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    6687f8a View commit details
    Browse the repository at this point in the history
  2. fix resolution error

    senselessdev1 authored and senselessdev1 committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    5824974 View commit details
    Browse the repository at this point in the history
  3. fix resolution error

    senselessdev1 authored and senselessdev1 committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    c70e937 View commit details
    Browse the repository at this point in the history
  4. remove print statements

    senselessdev1 authored and senselessdev1 committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    750e147 View commit details
    Browse the repository at this point in the history
  5. fix resolution error

    senselessdev1 authored and senselessdev1 committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    d4802dc View commit details
    Browse the repository at this point in the history
  6. remove print statements

    senselessdev1 authored and senselessdev1 committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    cbb68c5 View commit details
    Browse the repository at this point in the history
  7. fix resolution to 1080

    senselessdev1 authored and senselessdev1 committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    9062f12 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Remove 2-view error computation from the synthetic corr generator

    senselessdev1 authored and senselessdev1 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    52ee748 View commit details
    Browse the repository at this point in the history
  2. fix shonan capitalization

    senselessdev1 authored and senselessdev1 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    968d16a View commit details
    Browse the repository at this point in the history
  3. remove print statements from multiview opt

    senselessdev1 authored and senselessdev1 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    1ba2dc2 View commit details
    Browse the repository at this point in the history
  4. Add SO(3) check

    senselessdev1 authored and senselessdev1 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    6faf44a View commit details
    Browse the repository at this point in the history
  5. Fix capitlization in keypt agg

    senselessdev1 authored and senselessdev1 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    c7864be View commit details
    Browse the repository at this point in the history
  6. fix capitalization in keypoint agg base

    senselessdev1 authored and senselessdev1 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    98c8d0c View commit details
    Browse the repository at this point in the history
  7. fix 2-view estimator capitalization

    senselessdev1 authored and senselessdev1 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    39b3cf8 View commit details
    Browse the repository at this point in the history
  8. Fix Sim(3) alignment loading in loader

    senselessdev1 authored and senselessdev1 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    5554638 View commit details
    Browse the repository at this point in the history
  9. improve unit test

    senselessdev1 authored and senselessdev1 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    6a331d4 View commit details
    Browse the repository at this point in the history
  10. flake8 fixes

    senselessdev1 authored and senselessdev1 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    25c0f68 View commit details
    Browse the repository at this point in the history
  11. flake8 fixes

    senselessdev1 authored and senselessdev1 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    2f3e9e2 View commit details
    Browse the repository at this point in the history
  12. Add option for unit testing to use only K of N images, e.g. 3 of 410 …

    …images in runner
    senselessdev1 authored and senselessdev1 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    574ac81 View commit details
    Browse the repository at this point in the history
  13. fix docstrings

    senselessdev1 authored and senselessdev1 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    38fbe1d View commit details
    Browse the repository at this point in the history
  14. fix tanks and temples unit test

    senselessdev1 authored and senselessdev1 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    f81667e View commit details
    Browse the repository at this point in the history
  15. make some parts of T & T loader optional for unit testing w/o large f…

    …iles
    senselessdev1 authored and senselessdev1 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    897923a View commit details
    Browse the repository at this point in the history
  16. flake8 fixes

    senselessdev1 authored and senselessdev1 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    ef74582 View commit details
    Browse the repository at this point in the history
  17. Clean up T & T unit tests

    senselessdev1 authored and senselessdev1 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    f59d10c View commit details
    Browse the repository at this point in the history
  18. flake8 cleanup

    senselessdev1 authored and senselessdev1 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    bf4cbbf View commit details
    Browse the repository at this point in the history
  19. back to 700 correspondences

    senselessdev1 authored and senselessdev1 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    eadd6ee View commit details
    Browse the repository at this point in the history
  20. clean up test comments

    senselessdev1 authored and senselessdev1 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    dd3d3c9 View commit details
    Browse the repository at this point in the history
  21. Increase mesh resolution, with alpha=0.1 in mesh reconstruction, inst…

    …ead of 0.5
    senselessdev1 authored and senselessdev1 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    97304d3 View commit details
    Browse the repository at this point in the history
  22. fix input type as str not Path (via cast) for T& T loader test

    senselessdev1 authored and senselessdev1 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    68a8fa1 View commit details
    Browse the repository at this point in the history
  23. add 3 tanks and temples images as test data

    senselessdev1 authored and senselessdev1 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    96de130 View commit details
    Browse the repository at this point in the history
  24. save shonan input

    senselessdev1 authored and senselessdev1 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    51ed829 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. cast i1, i2 to int, as int64 not json serializable

    senselessdev1 authored and senselessdev1 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    cfb46fe View commit details
    Browse the repository at this point in the history
  2. 200 3d landmarks

    senselessdev1 authored and senselessdev1 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    f366590 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. run tanks & temples on wildcat

    senselessdev1 authored and senselessdev1 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b3d0d9e View commit details
    Browse the repository at this point in the history
  2. Log other connected components

    senselessdev1 authored and senselessdev1 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    46dd6f9 View commit details
    Browse the repository at this point in the history
  3. fix docstring capitalization

    senselessdev1 authored and senselessdev1 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    9b26318 View commit details
    Browse the repository at this point in the history
  4. dont redownload T&T

    senselessdev1 authored and senselessdev1 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6fabe5d View commit details
    Browse the repository at this point in the history
  5. run with low Shonan sigma on CI

    senselessdev1 authored and senselessdev1 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8ce2a4c View commit details
    Browse the repository at this point in the history
  6. turn off wildcat

    senselessdev1 authored and senselessdev1 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    78e4e1d View commit details
    Browse the repository at this point in the history
  7. sample using poisson disk

    senselessdev1 authored and senselessdev1 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    62c99d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e658341 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. poisson sampling

    senselessdev1 authored and senselessdev1 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    279623e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. add pose auc

    senselessdev1 authored and senselessdev1 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    420cfb4 View commit details
    Browse the repository at this point in the history
  2. add pose AUC

    senselessdev1 authored and senselessdev1 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    8aa9f9f View commit details
    Browse the repository at this point in the history
  3. add test_mesh fn on T & T

    senselessdev1 authored and senselessdev1 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    d6ebb47 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/borglab/gtsfm into tanks-…

    …and-temples-loader
    senselessdev1 authored and senselessdev1 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    ea235cd View commit details
    Browse the repository at this point in the history
  5. update T & T test paths

    senselessdev1 authored and senselessdev1 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    afd83e2 View commit details
    Browse the repository at this point in the history
  6. flake8 fix

    senselessdev1 authored and senselessdev1 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    8fd61c1 View commit details
    Browse the repository at this point in the history
  7. transition away from deprecated micromamba command

    senselessdev1 authored and senselessdev1 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    9b0be98 View commit details
    Browse the repository at this point in the history
  8. add image_filenames() method

    senselessdev1 authored and senselessdev1 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    59bf16b View commit details
    Browse the repository at this point in the history
  9. remove activate-environment arg to setup-micromamba

    senselessdev1 authored and senselessdev1 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    44f02f7 View commit details
    Browse the repository at this point in the history
  10. fewer retrieval pairs and no_grad for netvald

    senselessdev1 authored and senselessdev1 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    6b5dc0e View commit details
    Browse the repository at this point in the history
  11. fix typo

    senselessdev1 authored and senselessdev1 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    92fc731 View commit details
    Browse the repository at this point in the history
  12. lookahead 3

    senselessdev1 authored and senselessdev1 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    614f682 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. use logging instead of print

    senselessdev1 authored and senselessdev1 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    aa9618c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/borglab/gtsfm into tanks-…

    …and-temples-loader
    senselessdev1 authored and senselessdev1 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    793e51c View commit details
    Browse the repository at this point in the history
  3. run tanks and temples on self hosted

    senselessdev1 authored and senselessdev1 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    09bc83a View commit details
    Browse the repository at this point in the history
  4. run T&T on eagle

    senselessdev1 authored and senselessdev1 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    7254c29 View commit details
    Browse the repository at this point in the history
  5. remove rotation quaternion logging

    senselessdev1 authored and senselessdev1 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    39504fe View commit details
    Browse the repository at this point in the history
  6. tune shonan sigma to 0.01

    senselessdev1 authored and senselessdev1 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ee861ec View commit details
    Browse the repository at this point in the history
  7. decrease uncertainty on poses to 0.01

    senselessdev1 authored and senselessdev1 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9d7596d View commit details
    Browse the repository at this point in the history
  8. use logger_utils instead of getLogger() since unregistered

    senselessdev1 authored and senselessdev1 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c3fab34 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' of https://github.com/borglab/gtsfm into tanks-…

    …and-temples-loader
    senselessdev1 authored and senselessdev1 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ed69f72 View commit details
    Browse the repository at this point in the history
  10. fix logger formatting

    senselessdev1 authored and senselessdev1 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    8d6cf88 View commit details
    Browse the repository at this point in the history
  11. shonan sigma 0.1

    senselessdev1 authored and senselessdev1 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    640ad75 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Sample random 3d points. This sampling must occur only once, to avoid…

    … clusters from repeated sampling.
    senselessdev1 authored and senselessdev1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    6021108 View commit details
    Browse the repository at this point in the history
  2. fix merge conflict

    senselessdev1 authored and senselessdev1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b7d9dc3 View commit details
    Browse the repository at this point in the history
  3. fix typo

    senselessdev1 authored and senselessdev1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    5778d1f View commit details
    Browse the repository at this point in the history
  4. fix arg typo

    senselessdev1 authored and senselessdev1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    d0c9e67 View commit details
    Browse the repository at this point in the history
  5. fix typo

    senselessdev1 authored and senselessdev1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    5529914 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. use isinstance() instead of type()

    senselessdev1 authored and senselessdev1 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    a60732d View commit details
    Browse the repository at this point in the history
  2. Style fixes

    senselessdev1 authored and senselessdev1 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    38971bd View commit details
    Browse the repository at this point in the history
  3. astrovision account for 2 new return args, and style fixes

    senselessdev1 authored and senselessdev1 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f781d32 View commit details
    Browse the repository at this point in the history
  4. Add metrics group / report for Retriever

    senselessdev1 authored and senselessdev1 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    eb2dc0c View commit details
    Browse the repository at this point in the history
  5. style fixes on retriever

    senselessdev1 authored and senselessdev1 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    29cc2c3 View commit details
    Browse the repository at this point in the history
  6. docstring fixes on open3d vis utils, and add fn to viz GT alongisde

    senselessdev1 authored and senselessdev1 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    cb801a3 View commit details
    Browse the repository at this point in the history
  7. style fixes and use new scene data loader for colmap format data that…

    … supports bin
    senselessdev1 authored and senselessdev1 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ee6ba95 View commit details
    Browse the repository at this point in the history
  8. flake8 fix

    senselessdev1 authored and senselessdev1 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    0cbee24 View commit details
    Browse the repository at this point in the history
  9. Style fixes on images.py

    senselessdev1 authored and senselessdev1 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    8f5a78b View commit details
    Browse the repository at this point in the history
  10. support bin and txt scene data, and read out point_cloud and rgb poin…

    …t values from colmap data
    senselessdev1 authored and senselessdev1 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    aa75137 View commit details
    Browse the repository at this point in the history
  11. Always save pose auc plots

    senselessdev1 authored and senselessdev1 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    e005be2 View commit details
    Browse the repository at this point in the history
  12. save pre-ba summary

    senselessdev1 authored and senselessdev1 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    634f220 View commit details
    Browse the repository at this point in the history
  13. fix merge conflict

    senselessdev1 authored and senselessdev1 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    75d92a6 View commit details
    Browse the repository at this point in the history
  14. improve name of metric

    senselessdev1 authored and senselessdev1 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    511c361 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'master' of https://github.com/borglab/gtsfm into tanks-…

    …and-temples-loader
    senselessdev1 authored and senselessdev1 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    68f75aa View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Remove custom shonan covariances

    senselessdev1 authored and senselessdev1 committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    78d7282 View commit details
    Browse the repository at this point in the history
  2. use points instead of spheres for rendering speed

    senselessdev1 authored and senselessdev1 committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    0a74180 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. fix merge conflict

    senselessdev1 committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    7fb8630 View commit details
    Browse the repository at this point in the history
  2. remove stale print statement

    senselessdev1 committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    6d3ca41 View commit details
    Browse the repository at this point in the history
  3. remove dataset download from self-hosted runner

    senselessdev1 authored and senselessdev1 committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    ea532a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Resolve merge conflict

    senselessdev1 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    2e4eda5 View commit details
    Browse the repository at this point in the history
  2. revert changes to self-hosted runner

    senselessdev1 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    34a0358 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

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

Commits on Nov 16, 2023

  1. fix merge conflict

    senselessdev1 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    480a9f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. fix merge conflict

    senselessdev1 committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    0043d37 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. update data paths

    senselessdev1 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    a429482 View commit details
    Browse the repository at this point in the history
  2. fix merge conflicts

    senselessdev1 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    706ef7e View commit details
    Browse the repository at this point in the history
  3. flake8 fixes

    senselessdev1 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    783344b View commit details
    Browse the repository at this point in the history
  4. fix duplicated imports

    senselessdev1 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    4f9005c View commit details
    Browse the repository at this point in the history
  5. add more visualization functionality

    senselessdev1 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    c084bd1 View commit details
    Browse the repository at this point in the history
  6. fix typo

    senselessdev1 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    845f35c View commit details
    Browse the repository at this point in the history
  7. python black reformat

    senselessdev1 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    e032f49 View commit details
    Browse the repository at this point in the history
  8. get intrinsics from EXIF

    senselessdev1 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    0237101 View commit details
    Browse the repository at this point in the history
  9. add back CI path

    senselessdev1 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    303b695 View commit details
    Browse the repository at this point in the history
  10. improve viz script

    senselessdev1 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    e564993 View commit details
    Browse the repository at this point in the history
  11. run synthetic in CI

    senselessdev1 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    c79c21c View commit details
    Browse the repository at this point in the history
  12. update retriever to image_pairs_generator

    senselessdev1 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    306893b View commit details
    Browse the repository at this point in the history
  13. improve comments

    senselessdev1 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    5c9e26d View commit details
    Browse the repository at this point in the history
  14. move algorithm outside of loader

    senselessdev1 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    c2a3ee6 View commit details
    Browse the repository at this point in the history
  15. move algorithm outside of loader

    senselessdev1 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    3ca4559 View commit details
    Browse the repository at this point in the history
  16. fix flake8

    senselessdev1 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    6e6b691 View commit details
    Browse the repository at this point in the history
  17. fix flake8

    senselessdev1 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    032606a View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. fix docs and missing arg

    senselessdev1 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    5448dee View commit details
    Browse the repository at this point in the history
  2. add todo

    senselessdev1 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    a8b6532 View commit details
    Browse the repository at this point in the history
  3. fix

    senselessdev1 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    bc16d0d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. sequential retriever

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

Commits on Nov 29, 2023

  1. improve ValueError message

    senselessdev1 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    6e97ff6 View commit details
    Browse the repository at this point in the history
  2. update to not use netvlad in synthetic front end

    senselessdev1 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    4abf136 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. remove synthetic tanks and temples from the CI

    senselessdev1 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    395ff3e View commit details
    Browse the repository at this point in the history
  2. revert CI files

    senselessdev1 committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    f3f8926 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. clean up dead code

    senselessdev1 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    c3a9b57 View commit details
    Browse the repository at this point in the history
  2. remove unncessary function

    senselessdev1 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    4afbfa5 View commit details
    Browse the repository at this point in the history
  3. clean up config

    senselessdev1 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    4850f1f View commit details
    Browse the repository at this point in the history
  4. 5k pts

    senselessdev1 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    6ae33ae View commit details
    Browse the repository at this point in the history
  5. reformat python black

    senselessdev1 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    c0a14a7 View commit details
    Browse the repository at this point in the history