LinasKo
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...
# 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...
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...
# 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...
# 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...
# 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....
# 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...
# 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...
# 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...