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 mask_annotate for int dtypes #1445

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Aug 13, 2024

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

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    174ddb9 View commit details
    Browse the repository at this point in the history
  2. Revert conversion to bool

    kymillev committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c4e8037 View commit details
    Browse the repository at this point in the history
  3. Add depreciation warning

    - Warning is raised when creating a Detections object with non-bool masks
    kymillev committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    36d0d52 View commit details
    Browse the repository at this point in the history
  4. Add dtype=bool to test masks

    kymillev committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3a555c8 View commit details
    Browse the repository at this point in the history
  5. Remove ValueError (testing)

    kymillev committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f8d4696 View commit details
    Browse the repository at this point in the history
  6. use actual_dtype in check

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