supervision/docs
Jirka Borovec f2efc328f7
fix(dataset): 3D empty mask for VOC background (#2469)
- `detections_from_xml_obj` now builds `np.empty((0, H, W))` for a background image under `force_masks=True` instead of letting `np.array([])` collapse to shape `(0,)`, which failed `Detections` mask validation
- document the forced `class_id` `dtype=int` with an inline comment and state the integer-dtype guarantee in the `detections_from_xml_obj` docstring Returns section
- add background-image coverage: force_masks empty 3D mask, all-background dataset, background-first ordering, and save-then-load round-trip
- add changelog entry for the `force_masks=True` background-image mask fix

---

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: OpenAI Codex <codex@openai.com>
2026-08-03 18:30:24 +02:00
..
assets
classification
datasets feat(dataset): add LabelMe format support to DetectionDataset (#2299) 2026-06-25 17:07:39 +02:00
detection feat: Add soft Non-Max suppression (#1624) 2026-07-21 10:25:14 +02:00
how_to feat(cv2): remove OpenCV dependency (#2443) 2026-07-31 22:19:33 +02:00
javascripts docs: fix copy doctests without `>>>` and `...` by button & ctr+c (#2138) 2026-02-04 23:09:16 +09:00
keypoint fix: remaining review findings in dataset, docs, and tests (#2416) 2026-07-08 23:00:32 +02:00
metrics fix(docs): resolve review deprecation follow-ups (#2415) 2026-07-08 14:30:32 +02:00
notebooks Add cookbook for blurring faces with hosted api (#923) 2026-07-11 01:41:49 +02:00
stylesheets
theme Add cookbook for blurring faces with hosted api (#923) 2026-07-11 01:41:49 +02:00
utils feat: add image URL loader (#2372) 2026-07-28 21:24:55 +02:00
0d5d9799b1cc4a39825146388c6781eb.txt feat(docs): add GEO infrastructure for AI search visibility (#2224) 2026-04-21 11:40:44 +02:00
CNAME
_headers docs: improve SEO and GEO docs publishing (#2232) 2026-04-24 23:39:22 +02:00
about.md docs: improve SEO and GEO docs publishing (#2232) 2026-04-24 23:39:22 +02:00
assets.md chore: update `mdformat` hook arguments to disable wrapping (#2307) 2026-06-09 16:15:05 +02:00
changelog.md fix(dataset): 3D empty mask for VOC background (#2469) 2026-08-03 18:30:24 +02:00
code_of_conduct.md
contact.md docs: improve SEO and GEO docs publishing (#2232) 2026-04-24 23:39:22 +02:00
contributing.md
cookbooks.md fix(docs): expand llms.txt, add FAQ schema, author attribution to how… (#2231) 2026-04-23 18:33:14 +02:00
deprecated.md fix(docs): resolve review deprecation follow-ups (#2415) 2026-07-08 14:30:32 +02:00
faq.md feat(cv2): remove OpenCV dependency (#2443) 2026-07-31 22:19:33 +02:00
index.md chore: bump minimum Python to 3.10 (#2260) 2026-06-29 14:45:30 +02:00
license.md
llms-100k.txt feat(dataset): add LabelMe format support to DetectionDataset (#2299) 2026-06-25 17:07:39 +02:00
llms.full.txt chore: bump minimum Python to 3.10 (#2260) 2026-06-29 14:45:30 +02:00
llms.txt chore: bump minimum Python to 3.10 (#2260) 2026-06-29 14:45:30 +02:00
robots.txt docs: improve SEO and GEO docs publishing (#2232) 2026-04-24 23:39:22 +02:00
trackers.md fix(docs): resolve review deprecation follow-ups (#2415) 2026-07-08 14:30:32 +02:00