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

feat: export video gps traces in mapillary_image_description.json #581

Merged
merged 44 commits into from
Nov 14, 2022

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    af123e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. add ImageMetadata dataclass

    ptpt committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    f3bece7 View commit details
    Browse the repository at this point in the history
  2. remove "MAPPhotoUUID"

    ptpt committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    e363930 View commit details
    Browse the repository at this point in the history
  3. clean up typeddicts

    ptpt committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    5802ef6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ce5155 View commit details
    Browse the repository at this point in the history
  5. move VideoMetadata to types

    ptpt committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    91e292c View commit details
    Browse the repository at this point in the history
  6. add --file_types to process

    ptpt committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    2995c64 View commit details
    Browse the repository at this point in the history
  7. fix types

    ptpt committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    5bef42e View commit details
    Browse the repository at this point in the history
  8. fix tests

    ptpt committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    b31a8e9 View commit details
    Browse the repository at this point in the history
  9. fix tests again

    ptpt committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    237a2ff View commit details
    Browse the repository at this point in the history
  10. fix tests again

    ptpt committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    d7f5bcf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c68639d View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. wip

    ptpt committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    7db4f49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a5eec6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4156e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    fd275f5 View commit details
    Browse the repository at this point in the history
  2. fix tests

    ptpt committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    cefb396 View commit details
    Browse the repository at this point in the history
  3. fix validation

    ptpt committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    30c362f View commit details
    Browse the repository at this point in the history
  4. fix usort

    ptpt committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    a0aa623 View commit details
    Browse the repository at this point in the history
  5. update readme

    ptpt committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    36b5dbd View commit details
    Browse the repository at this point in the history
  6. simplify _process_images

    ptpt committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    3d9a88c View commit details
    Browse the repository at this point in the history
  7. remove libcst==0.4.7

    ptpt committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    acb6d4d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    15d2cb5 View commit details
    Browse the repository at this point in the history
  2. update readme

    ptpt committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    6775fad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51f7119 View commit details
    Browse the repository at this point in the history
  4. add assertions on descs

    ptpt committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    36be9bd View commit details
    Browse the repository at this point in the history
  5. rename file_types to filetypes

    ptpt committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    a0c1725 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98abfca View commit details
    Browse the repository at this point in the history
  7. add ClusterFileType

    ptpt committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    5710cd4 View commit details
    Browse the repository at this point in the history
  8. refactor

    ptpt committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    8318992 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Configuration menu
    Copy the full SHA
    aaaa9a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb29e4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b1b9a9 View commit details
    Browse the repository at this point in the history
  4. share upload flags

    ptpt committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    f40972f View commit details
    Browse the repository at this point in the history
  5. move test data to tests/data

    ptpt committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    8543724 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. fix tests

    ptpt committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    f851ffc View commit details
    Browse the repository at this point in the history
  2. fix tests

    ptpt committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    cc6c1b7 View commit details
    Browse the repository at this point in the history
  3. fix coordinate precision

    ptpt committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    7ed58e0 View commit details
    Browse the repository at this point in the history
  4. fix tests

    ptpt committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    f1b8bec View commit details
    Browse the repository at this point in the history
  5. add the missing video

    ptpt committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    23dc865 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. log gpmf warnings as debug

    ptpt committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    48a4b0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cd90aa View commit details
    Browse the repository at this point in the history
  3. log failed descs as errors

    ptpt committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    5876b8b View commit details
    Browse the repository at this point in the history
  4. fix tests

    ptpt committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    e812bd9 View commit details
    Browse the repository at this point in the history