supervision/tests
Piotr Skalski 9837c17878
feat(vlm): add Gemini 3.5 Flash parsing support (#2449)
Add VLM.GOOGLE_GEMINI_3_5 enum and from_google_gemini_3_5 connector reusing the 2.5 parser, wire it into Detections.from_vlm, and salvage valid entries from partially malformed Gemini JSON arrays. Includes tests and changelog.

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
2026-07-21 16:20:05 +02:00
..
annotators refactor(cv2): add optional backend facade (#2430) 2026-07-15 20:53:24 +02:00
assets fix: remaining review findings in dataset, docs, and tests (#2416) 2026-07-08 23:00:32 +02:00
classification fix: resolve medium dataset findings (#2408) 2026-07-08 08:56:34 +02:00
cv2 perf(cv2): simplify fallback operations (#2441) 2026-07-17 17:31:57 +02:00
dataset fix: read COCO export image sizes from headers instead of decoding pixels (#2442) 2026-07-17 18:30:24 +02:00
detection feat(vlm): add Gemini 3.5 Flash parsing support (#2449) 2026-07-21 16:20:05 +02:00
draw feat(cv2): complete fallback integration (#2439) 2026-07-17 07:50:45 +02:00
geometry fix(docs): resolve review deprecation follow-ups (#2415) 2026-07-08 14:30:32 +02:00
key_points feat(cv2): complete fallback integration (#2439) 2026-07-17 07:50:45 +02:00
metrics fix(metrics): avoid division by zero RuntimeWarning in F1Score using np.divide (#2437) 2026-07-17 17:11:45 +02:00
tracker fix: remaining review findings in dataset, docs, and tests (#2416) 2026-07-08 23:00:32 +02:00
utils feat(utils): add prefetch to `get_video_frames_generator` (#2273) 2026-07-21 14:12:08 +02:00
validators fix: remaining review findings in dataset, docs, and tests (#2416) 2026-07-08 23:00:32 +02:00
__init__.py
conftest.py fix: remaining review findings in dataset, docs, and tests (#2416) 2026-07-08 23:00:32 +02:00
helpers.py feat(cv2): complete fallback integration (#2439) 2026-07-17 07:50:45 +02:00
test_public_api.py fix: remaining review findings in dataset, docs, and tests (#2416) 2026-07-08 23:00:32 +02:00
test_validate_deprecations.py feat(cv2): complete fallback integration (#2439) 2026-07-17 07:50:45 +02:00