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

Instance segmentation examples #31084

Merged
merged 39 commits into from
May 31, 2024

Commits on May 27, 2024

  1. Initial setup

    qubvel committed May 27, 2024
    Configuration menu
    Copy the full SHA
    9652ee2 View commit details
    Browse the repository at this point in the history
  2. Metrics

    qubvel committed May 27, 2024
    Configuration menu
    Copy the full SHA
    2a68a73 View commit details
    Browse the repository at this point in the history
  3. Overfit on two batches

    qubvel committed May 27, 2024
    Configuration menu
    Copy the full SHA
    ffb000f View commit details
    Browse the repository at this point in the history
  4. Train 40 epochs

    qubvel committed May 27, 2024
    Configuration menu
    Copy the full SHA
    0bda3ea View commit details
    Browse the repository at this point in the history
  5. Memory leak debugging

    qubvel committed May 27, 2024
    Configuration menu
    Copy the full SHA
    55ebde0 View commit details
    Browse the repository at this point in the history
  6. Trainer fine-tuning

    qubvel committed May 27, 2024
    Configuration menu
    Copy the full SHA
    bdb07c3 View commit details
    Browse the repository at this point in the history
  7. Draft

    qubvel committed May 27, 2024
    Configuration menu
    Copy the full SHA
    1088e8f View commit details
    Browse the repository at this point in the history
  8. Fixup

    qubvel committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d42a1fa View commit details
    Browse the repository at this point in the history
  9. Trained end-to-end

    qubvel committed May 27, 2024
    Configuration menu
    Copy the full SHA
    67f9890 View commit details
    Browse the repository at this point in the history
  10. Add requirements

    qubvel committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5e39a88 View commit details
    Browse the repository at this point in the history
  11. Rewrite evaluator

    qubvel committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d5f6b58 View commit details
    Browse the repository at this point in the history
  12. nits

    qubvel committed May 27, 2024
    Configuration menu
    Copy the full SHA
    71123e6 View commit details
    Browse the repository at this point in the history
  13. Add readme

    qubvel committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b537ba6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    13e56fc View commit details
    Browse the repository at this point in the history
  15. Support void masks

    qubvel committed May 27, 2024
    Configuration menu
    Copy the full SHA
    edb51ed View commit details
    Browse the repository at this point in the history
  16. Remove sh

    qubvel committed May 27, 2024
    Configuration menu
    Copy the full SHA
    25bdc13 View commit details
    Browse the repository at this point in the history
  17. Update docs

    qubvel committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b3e64f5 View commit details
    Browse the repository at this point in the history
  18. Add pytorch test

    qubvel committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d44dd69 View commit details
    Browse the repository at this point in the history
  19. Add accelerate test

    qubvel committed May 27, 2024
    Configuration menu
    Copy the full SHA
    781ccc2 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    414c1b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb40d46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b175acb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa7dd21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1eb7b3 View commit details
    Browse the repository at this point in the history
  6. Fix consistency oneformer

    qubvel committed May 28, 2024
    Configuration menu
    Copy the full SHA
    9372fe9 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'instance-segmentation-examples' of github.com:qubvel/tr…

    …ansformers into instance-segmentation-examples
    qubvel committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d55b2b7 View commit details
    Browse the repository at this point in the history
  8. Fix imports

    qubvel committed May 28, 2024
    Configuration menu
    Copy the full SHA
    869f8f9 View commit details
    Browse the repository at this point in the history
  9. Fix imports sort

    qubvel committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b7b9c36 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Apply suggestions from code review

    Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
    qubvel and NielsRogge authored May 29, 2024
    Configuration menu
    Copy the full SHA
    6e40817 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Update examples/pytorch/instance-segmentation/run_instance_segmentati…

    …on.py
    
    Co-authored-by: Sangbum Daniel Choi <34004152+SangbumChoi@users.noreply.github.com>
    qubvel and SangbumChoi authored May 30, 2024
    Configuration menu
    Copy the full SHA
    5d7ad92 View commit details
    Browse the repository at this point in the history
  2. Add resources to docs

    qubvel committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b22246b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Merge branch 'instance-segmentation-examples' of github.com:qubvel/tr…

    …ansformers into instance-segmentation-examples
    qubvel committed May 31, 2024
    Configuration menu
    Copy the full SHA
    4d92577 View commit details
    Browse the repository at this point in the history
  2. Update examples/pytorch/instance-segmentation/README.md

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    qubvel and amyeroberts authored May 31, 2024
    Configuration menu
    Copy the full SHA
    d00a8fd View commit details
    Browse the repository at this point in the history
  3. Update examples/pytorch/instance-segmentation/README.md

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    qubvel and amyeroberts authored May 31, 2024
    Configuration menu
    Copy the full SHA
    d734a6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a916d9 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    qubvel committed May 31, 2024
    Configuration menu
    Copy the full SHA
    1caa2d9 View commit details
    Browse the repository at this point in the history
  6. Update readme

    qubvel committed May 31, 2024
    Configuration menu
    Copy the full SHA
    27256f5 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'instance-segmentation-examples' of github.com:qubvel/tr…

    …ansformers into instance-segmentation-examples
    qubvel committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d0fccce View commit details
    Browse the repository at this point in the history
  8. Note about other models

    qubvel committed May 31, 2024
    Configuration menu
    Copy the full SHA
    f5ba398 View commit details
    Browse the repository at this point in the history