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

Add ultralytics SAM support when using bboxes and points arguments in SAM().predict() #1454

Merged
merged 6 commits into from
Aug 15, 2024

Commits on Aug 12, 2024

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

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    6289d9c View commit details
    Browse the repository at this point in the history
  2. feat: ✨ add mask_to_xyxy for make boundingbox possible

    Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
    onuralpszr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ab45b19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    526ddac View commit details
    Browse the repository at this point in the history
  4. fix: pre-commit fix attempt for ruff

    Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
    onuralpszr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    366bc21 View commit details
    Browse the repository at this point in the history
  5. fix: 🐞add missing import mask_to_xyxy

    Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
    onuralpszr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    cf7c95e View commit details
    Browse the repository at this point in the history