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

Move some reader logic into abstract base class and implement reader for all-class godot data #17

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    a7ddb9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45b90e3 View commit details
    Browse the repository at this point in the history
  3. remove unnecessary imports

    EricPedley committed May 16, 2024
    Configuration menu
    Copy the full SHA
    fd2e3bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77e2c94 View commit details
    Browse the repository at this point in the history
  5. move generic reader to avoid circular imports

    also add classification prediction task
    EricPedley committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ffcebd2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c857b8c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6dd2b84 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c07356 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e3390d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4cc101d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    17b07ba View commit details
    Browse the repository at this point in the history
  12. chore: fix up imports

    MinhxNguyen7 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d7b7ca9 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. split code to process one image path into helper fn and change to ret…

    …urn 4 bounding boxes per target, for each sub-label
    EricPedley committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b4a39a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8886769 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df6bbdd View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    8712f41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cda3a0f View commit details
    Browse the repository at this point in the history
  3. normalize polygon

    EricPedley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    add1e5b View commit details
    Browse the repository at this point in the history
  4. add tqdm

    EricPedley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3588ce8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48d27e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9a615b View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    5dc51d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65f6489 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    782ed70 View commit details
    Browse the repository at this point in the history
  2. fix bug with blank maskss

    EricPedley committed May 30, 2024
    Configuration menu
    Copy the full SHA
    0c9128b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b96d706 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bd1e47 View commit details
    Browse the repository at this point in the history