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 detections_to_coco_annotations function for empty polygons. #1086

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

Commits on Apr 2, 2024

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

Commits on Apr 3, 2024

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

Commits on Apr 15, 2024

  1. update coco.py

    Always include box, area, and segmentation in the result COCO JSON.
    Youho99 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9ff106e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92b99df View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

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

Commits on Apr 18, 2024

  1. Fix force_masks parameter on from_coco() function

    Allows reconstruction of disjointed masks
    Youho99 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6850dfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa5d292 View commit details
    Browse the repository at this point in the history
  3. Ensures the mask is binary

    Youho99 committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    21b0ab5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d7ce7b View commit details
    Browse the repository at this point in the history