supervision/supervision
pranay b85b41d5f1
fix(yolo): round polygon coords before int cast to improve mask accuracy (#2080)
* fix(yolo): round polygon coords before int cast to improve mask accuracy

* fix: E501 Line too long

* Update uv.lock

---------

Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Piotr Skalski <piotr.skalski92@gmail.com>
2026-01-23 11:41:21 +01:00
..
annotators chore(pre_commit): ⬆ pre_commit autoupdate (#1928) 2026-01-05 17:21:58 +01:00
assets Remove security noqa comments by fixing underlying issues (#2064) 2026-01-12 15:25:41 +01:00
classification feat: 🚀 dropping python 3.8 support and upgrade all codes to python3.9 syntax style as min 2025-07-14 20:12:11 +03:00
dataset fix(yolo): round polygon coords before int cast to improve mask accuracy (#2080) 2026-01-23 11:41:21 +01:00
detection feat(ruff): add pytest linting rule (#2053) 2026-01-13 19:34:22 +01:00
draw `tint_image` and `grayscale_image` functions added 2025-08-07 10:01:50 +02:00
geometry feat: 🚀 dropping python 3.8 support and upgrade all codes to python3.9 syntax style as min 2025-07-14 20:12:11 +03:00
key_points fix(pre_commit): 🎨 auto format pre-commit hooks 2025-08-07 09:53:22 +00:00
metrics initial version of `edit_distance` and `fuzzy_match_index` that will allow to match faulty class name generated by VLMs with exact class names 2025-07-24 15:05:19 +02:00
tracker chore(pre_commit): ⬆ pre_commit autoupdate (#1928) 2026-01-05 17:21:58 +01:00
utils chore(pre_commit): ⬆ pre_commit autoupdate (#1928) 2026-01-05 17:21:58 +01:00
validators initial version of advanced key points filtering and slicing + some naming refactor 2025-07-28 08:24:43 +02:00
__init__.py add `box_aspect_ratio` property to `sv.Detections` 2025-11-16 13:27:29 +01:00
config.py fix(pre_commit): 🎨 auto format pre-commit hooks 2025-04-23 22:26:28 +00:00
py.typed feat: adding type hinting to package 2024-10-09 16:48:54 +02:00