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

Adjusting LineZoneAnnotator to display per-class counts in annotations #836

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

Conversation

RaghavvGupta
Copy link
Contributor

@RaghavvGupta RaghavvGupta commented Feb 1, 2024

Adjusting LineZoneAnnotator to display per-class counts in annotations #790

Description

Introduced per-class counts for objects crossing the line. Updated the trigger method to handle per-class counts.

Type of change

class_in_count (Dict[int, int]): A dictionary to store per-class in counts.
class_out_count (Dict[int, int]): A dictionary to store per-class out counts.
These dictionaries will store counts for each class separately.

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant