LinasKo

Results 35 issues of LinasKo

# Description Addressed all issues highlighted when running `mkdocs serve`. ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an...

# Description This PR adds per-class counting capabilities to `LineZone`. The results can be visualized with the newly added `LineZoneAnnotatorMultiClass`. ## Type of change Please delete options that are not...

enhancement
api: linezone

# Connect Oriented Bounding Box to Metrics > [!TIP] > [Hacktoberfest](https://hacktoberfest.com/) is calling! Whether it's your first PR or your 50th, you’re helping shape the future of open source. Help...

good first issue
hacktoberfest

At the moment, an error is observed when running the `mkdocs build` action from develop. ``` File "/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/mkdocs_git_committers_plugin_2/plugin.py", line 121, in get_contributors_to_file 'avatar': commit['author']['avatar_url'] if user['avatar_url'] is not None else...

bug
documentation
github_actions

# Bugfix: Class-agnostic metrics. > [!TIP] > [Hacktoberfest](https://hacktoberfest.com/) is calling! Whether it's your first PR or your 50th, you’re helping shape the future of open source. Help us build the...

bug
help wanted
hacktoberfest

# Detections Metadata > [!TIP] > [Hacktoberfest](https://hacktoberfest.com/) is calling! Whether it's your first PR or your 50th, you’re helping shape the future of open source. Help us build the most...

help wanted
hacktoberfest

# Allow ByteTrack to track detections without IDs > [!TIP] > [Hacktoberfest](https://hacktoberfest.com/) is calling! Whether it's your first PR or your 50th, you’re helping shape the future of open source....

enhancement
help wanted
hacktoberfest

# Metrics: Mean Average Recall (mAR) > [!TIP] > [Hacktoberfest](https://hacktoberfest.com/) is calling! Whether it's your first PR or your 50th, you’re helping shape the future of open source. Help us...

enhancement
hacktoberfest

# Add default color: PolygonZoneAnnotator, drawing functions > [!TIP] > [Hacktoberfest](https://hacktoberfest.com/) is calling! Whether it's your first PR or your 50th, you’re helping shape the future of open source. Help...

hacktoberfest

# Description The code of `ByteTrack` is messy and hard to read. I've given it some attention to bring it closer to our repo standards. Behaviour is identical to previous...