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: RND-116: YOLOv8 ML Backend #607

Merged
merged 99 commits into from
Sep 6, 2024
Merged

feat: RND-116: YOLOv8 ML Backend #607

merged 99 commits into from
Sep 6, 2024

Commits on Aug 14, 2024

  1. feat: RND-117: YOLO ML Backend

    makseq committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e975181 View commit details
    Browse the repository at this point in the history
  2. Add cude docker

    makseq committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a11eb15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1950f9 View commit details
    Browse the repository at this point in the history
  4. Renaming

    makseq committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2a62aaa View commit details
    Browse the repository at this point in the history
  5. Fix rel

    makseq committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    fab7323 View commit details
    Browse the repository at this point in the history
  6. Move build label map to model

    makseq committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    04f28b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Add classification

    makseq committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a42e31f View commit details
    Browse the repository at this point in the history
  2. Change ML backend deps

    makseq committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a232834 View commit details
    Browse the repository at this point in the history
  3. Deps

    makseq committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1a5bbcd View commit details
    Browse the repository at this point in the history
  4. Readme additions

    makseq committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c8b57e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Before split

    makseq committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    afcf194 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Finish refactoring

    makseq committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    cab6e07 View commit details
    Browse the repository at this point in the history
  2. Cache models

    makseq committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    b984a75 View commit details
    Browse the repository at this point in the history
  3. Preloda models in dockerfile

    makseq committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    7bc46a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Video object detection

    makseq committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3afa213 View commit details
    Browse the repository at this point in the history
  2. Fix download

    makseq committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0976fe2 View commit details
    Browse the repository at this point in the history
  3. Fix download

    makseq committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    584790c View commit details
    Browse the repository at this point in the history
  4. Fix dockerignore

    makseq committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e428879 View commit details
    Browse the repository at this point in the history
  5. Predict cli

    makseq committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    2e6c06a View commit details
    Browse the repository at this point in the history
  6. Fix tests

    makseq committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    11ca142 View commit details
    Browse the repository at this point in the history
  7. Force loglevel

    makseq committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    35796e4 View commit details
    Browse the repository at this point in the history
  8. Fix dockerignore

    makseq committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c3c03cf View commit details
    Browse the repository at this point in the history
  9. Fix tests

    makseq committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    55f3b3c View commit details
    Browse the repository at this point in the history
  10. Fix tests

    makseq committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ea23eda View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Try to fix PYTHONPATH

    makseq committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    21bf9f6 View commit details
    Browse the repository at this point in the history
  2. Add polygonlabels

    makseq committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e7f2ee9 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Add obb (WIP) and mermaid

    makseq committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    47b97fe View commit details
    Browse the repository at this point in the history
  2. Revert rect labels model back

    makseq committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2068866 View commit details
    Browse the repository at this point in the history
  3. Add docs

    makseq committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    397db8c View commit details
    Browse the repository at this point in the history
  4. Update README_DEVELOP.md

    makseq authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    86c714c View commit details
    Browse the repository at this point in the history
  5. Update README_DEVELOP.md

    makseq authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    cef127f View commit details
    Browse the repository at this point in the history
  6. Add CLI docs

    makseq committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6be7bbe View commit details
    Browse the repository at this point in the history
  7. Don't trigger on md changes

    makseq committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9414084 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'fix/rnd-117' of github.com:heartexlabs/label-studio-ml-…

    …backend into fix/rnd-117
    makseq committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    60f67c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Readme updates

    makseq committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    22ed275 View commit details
    Browse the repository at this point in the history
  2. More docs

    makseq committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1013817 View commit details
    Browse the repository at this point in the history
  3. Docs

    makseq committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d10f147 View commit details
    Browse the repository at this point in the history
  4. Fixes

    makseq committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9f4bdff View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Fixed OBB

    makseq committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    a12829b View commit details
    Browse the repository at this point in the history
  2. Fix docs for OBB

    makseq committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    c31f5dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    496f0d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97e556a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e832c58 View commit details
    Browse the repository at this point in the history
  6. Readme fixes

    makseq committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    cca8a58 View commit details
    Browse the repository at this point in the history
  7. More docs

    makseq committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    14c8ee6 View commit details
    Browse the repository at this point in the history
  8. Fix develop md

    makseq committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    be447ca View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Add more tests

    makseq committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    d1eb692 View commit details
    Browse the repository at this point in the history
  2. Add deps tests

    makseq committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    a5aa9c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Add more tests

    makseq committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8a65c47 View commit details
    Browse the repository at this point in the history
  2. Add choice tests

    makseq committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8502a40 View commit details
    Browse the repository at this point in the history
  3. Add readme about multi choices

    makseq committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a22b840 View commit details
    Browse the repository at this point in the history
  4. Readme fix

    makseq committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    daa8089 View commit details
    Browse the repository at this point in the history
  5. Extend table

    makseq committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ab5b549 View commit details
    Browse the repository at this point in the history
  6. Fix readme

    makseq committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    69d9fba View commit details
    Browse the repository at this point in the history
  7. Fix readme

    makseq committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8d3de4d View commit details
    Browse the repository at this point in the history
  8. gifs for readme

    micaelakaplan committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    bbb92ef View commit details
    Browse the repository at this point in the history
  9. gifs for readme

    micaelakaplan committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    27abb62 View commit details
    Browse the repository at this point in the history
  10. Readme

    makseq committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4962c44 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'fix/rnd-117' of github.com:heartexlabs/label-studio-ml-…

    …backend into fix/rnd-117
    makseq committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d929b0c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. squash commits

    micaelakaplan committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    006217a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. General copyediting on README file

    caitlinwheeless committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    00d8df7 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Add keypoints

    makseq committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    4d46c6b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix/rnd-117' of github.com:heartexlabs/label-studio-ml-…

    …backend into fix/rnd-117
    makseq committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    2b604bd View commit details
    Browse the repository at this point in the history
  3. Remove gifs

    makseq committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    21837b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Add keypoint tests

    makseq committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c270be1 View commit details
    Browse the repository at this point in the history
  2. Readme updates

    makseq committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    936592e View commit details
    Browse the repository at this point in the history
  3. Remove +1 in point index

    makseq committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7e6482e View commit details
    Browse the repository at this point in the history
  4. Readme

    makseq committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8f5d1d2 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    makseq committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    01cb35f View commit details
    Browse the repository at this point in the history
  6. Fixes

    makseq committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    83165e6 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    makseq authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7d38a65 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    makseq authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e3afb5c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d8ac608 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'fix/rnd-117' of github.com:heartexlabs/label-studio-ml-…

    …backend into fix/rnd-117
    makseq committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c1ae5d3 View commit details
    Browse the repository at this point in the history
  11. Fix model_index

    makseq committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    26a20c9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5e3cabb View commit details
    Browse the repository at this point in the history
  13. Fix readme

    makseq committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    afccf2d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Update README.md

    makseq authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    cd5c879 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    makseq authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    814e40c View commit details
    Browse the repository at this point in the history
  3. Update README.md

    makseq authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5c973d5 View commit details
    Browse the repository at this point in the history
  4. Rename

    makseq committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    40d9943 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3dd9b40 View commit details
    Browse the repository at this point in the history
  6. Rename tests

    makseq committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0b8bb84 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    micaelakaplan authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1a65434 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    micaelakaplan authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d23cb99 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    micaelakaplan authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    05fff55 View commit details
    Browse the repository at this point in the history
  10. Update README.md

    micaelakaplan authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8f3cf55 View commit details
    Browse the repository at this point in the history
  11. Update README.md

    makseq authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9706e32 View commit details
    Browse the repository at this point in the history
  12. Update README.md

    makseq authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    cf80635 View commit details
    Browse the repository at this point in the history
  13. Update README.md

    makseq authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4d2bb3f View commit details
    Browse the repository at this point in the history
  14. Update README.md

    makseq authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    fba0c6e View commit details
    Browse the repository at this point in the history
  15. Update README.md

    makseq authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    6a5b55b View commit details
    Browse the repository at this point in the history
  16. Update README.md

    makseq authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    241d224 View commit details
    Browse the repository at this point in the history
  17. Update README.md

    makseq authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ef232ee View commit details
    Browse the repository at this point in the history
  18. Update README.md

    makseq authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a5001ef View commit details
    Browse the repository at this point in the history
  19. Update README.md

    makseq authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    da1a5ff View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Fixes

    makseq committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d63f472 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix/rnd-117' of github.com:heartexlabs/label-studio-ml-…

    …backend into fix/rnd-117
    makseq committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8d100a9 View commit details
    Browse the repository at this point in the history
  3. Copy edits on YOLO readme

    caitlinwheeless committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    5f7b240 View commit details
    Browse the repository at this point in the history