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

fix: LEAP-872: LEAP-935: Auto-Annotation fixes #5714

Merged
merged 19 commits into from
Apr 18, 2024
Merged

Commits on Apr 10, 2024

  1. fixes for LEAP-872, LEAP-935, LEAP-942, including moving the

    auto-accept checkbox to the bottom bar, fixing reject all button not
    working, and removing the regions use for interactivity
    Michael Malyuk committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    aee7114 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ce65be View commit details
    Browse the repository at this point in the history
  3. Fix branch name

    hlomzik committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ce6e90a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    7fb6687 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0ae9c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    323858d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a777f4f View commit details
    Browse the repository at this point in the history
  3. Return back the old behaviour for Accept/Reject

    Keep original dynamic regions for 1-by-1 accept and reject.
    This is helpful for Segment Anything keypoints case.
    https://labelstud.io/blog/get-started-using-segment-anything/#label-with-keypoints
    hlomzik committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6f6b167 View commit details
    Browse the repository at this point in the history
  4. Don't display both auto-accept and accept/reject

    They don't have much sense to be displayed simultaneously.
    Plus this reduces the space occupied and allows to add more info.
    hlomzik committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    120e382 View commit details
    Browse the repository at this point in the history
  5. Fix loading state and conditions

    - don't display Auto-Accept panel for not supported tags
    - display spinner while request is in progress
    - also dim the toggle if it's there, but don't disable it
    hlomzik committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2ca366c View commit details
    Browse the repository at this point in the history
  6. trailing spaces

    hlomzik committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    18a83da View commit details
    Browse the repository at this point in the history
  7. Little code clean-up

    hlomzik committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8aa0c16 View commit details
    Browse the repository at this point in the history
  8. Remove unused component

    hlomzik committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    977cc87 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a76047f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    6421598 View commit details
    Browse the repository at this point in the history
  2. Rename AutoAcceptToggle from .js to .jsx

    to conform recent effort for correct extensions
    hlomzik committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e42fe42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3588dc View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    ca5ca9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    912fea8 View commit details
    Browse the repository at this point in the history