Piotr Skalski
1d73468dc5
Merge pull request #2012 from jackiehimel/fix/bugs-1959-2000
...
fix: correct numpy indexing in denormalize_boxes and add ultralytics validation
2025-11-14 13:25:26 +01:00
SkalskiP
dfd2a60855
update `denormalize_boxes` docstring and examples; update `from_google_gemini_2_0`, `from_google_gemini_2_5` and `from_moondream` to use latest version of `denormalize_boxes`
2025-11-14 13:12:39 +01:00
SkalskiP
f563c5a634
update `denormalize_boxes` docstring and examples
2025-11-14 12:53:58 +01:00
Piotr Skalski
d109fba9d8
Merge pull request #2001 from AnonymDevOSS/feat/speed-up-box-iou-batch
...
feat: speed up box iou batch using 2d in-place ops instead of 3d
2025-11-14 12:26:25 +01:00
pre-commit-ci[bot]
1e2dc8f88b
fix(pre_commit): 🎨 auto format pre-commit hooks
2025-11-14 10:58:01 +00:00
SkalskiP
f716b7fa3b
improve docstrings, examples, variable naming conventions and unit tests
2025-11-14 11:57:31 +01:00
jackiehimel
9ad850af46
fix: correct numpy indexing in denormalize_boxes and add ultralytics validation
...
- Fix denormalize_boxes numpy indexing bug that caused IndexError with 3+ boxes
- Add validation for missing boxes attribute in from_ultralytics
- Add comprehensive test coverage (11 new tests)
Fixes #1959
Fixes #2000
2025-11-12 20:58:25 -05:00
AnonymDevOSS
bb87ab0a6e
fixed autoformat errors
2025-11-06 23:00:33 +01:00
AnonymDevOSS
ceefe0bab2
feat/ speed up box iou - replaced original function; added tests
2025-11-06 22:52:25 +01:00
SkalskiP
65f6e418a1
making flake8 happy
2025-11-05 20:34:22 +01:00
pre-commit-ci[bot]
1fef946a19
fix(pre_commit): 🎨 auto format pre-commit hooks
2025-11-05 19:29:22 +00:00
SkalskiP
4c3d51f186
making flake8 happy
2025-11-05 20:28:55 +01:00
pre-commit-ci[bot]
9340cb962b
fix(pre_commit): 🎨 auto format pre-commit hooks
2025-11-05 19:23:02 +00:00
SkalskiP
6578b4ea52
initial version of `filter_segments_by_distance`
2025-11-05 20:18:10 +01:00
pre-commit-ci[bot]
3e7e4caf3f
fix(pre_commit): 🎨 auto format pre-commit hooks
2025-11-05 12:03:55 +00:00
SkalskiP
32dca290ef
`xyxy_to_mask` implementation + tests
2025-11-05 13:00:11 +01:00
AnonymDevOSS
35ff87b08d
feat: speed up box iou batch using 2d in-place ops instead of 3d
...
without creating intermediary (N, M, 2) arrays.
2025-10-28 13:51:28 +01:00
SkalskiP
58bdce5707
tests fixed
2025-07-24 15:13:46 +02:00
pre-commit-ci[bot]
8262b6e64b
fix(pre_commit): 🎨 auto format pre-commit hooks
2025-07-24 13:06:48 +00:00
SkalskiP
72fe0bf47f
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
pre-commit-ci[bot]
592a649b50
fix(pre_commit): 🎨 auto format pre-commit hooks
2025-07-15 17:26:01 +00:00
SkalskiP
fa5fcbb264
utils split across multiple files; internal and external imports working; utils tests split across multiple files; tests working locally
2025-07-15 19:23:55 +02:00