From a5c4ebad089e7a65de8fceeed8604800748d2cb3 Mon Sep 17 00:00:00 2001 From: jirka <6035284+Borda@users.noreply.github.com> Date: Fri, 17 Apr 2026 16:26:37 +0200 Subject: [PATCH] docs: add "Compact Mask" section to detection module in docs --- docs/detection/compact_mask.md | 7 +++++++ mkdocs.yml | 1 + 2 files changed, 8 insertions(+) create mode 100644 docs/detection/compact_mask.md diff --git a/docs/detection/compact_mask.md b/docs/detection/compact_mask.md new file mode 100644 index 00000000..6d8ad440 --- /dev/null +++ b/docs/detection/compact_mask.md @@ -0,0 +1,7 @@ +--- +comments: true +--- + +# CompactMask + +:::supervision.detection.compact_mask.CompactMask diff --git a/mkdocs.yml b/mkdocs.yml index 925c378a..cf6789d9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -43,6 +43,7 @@ nav: - Detection and Segmentation: - Core: detection/core.md - Annotators: detection/annotators.md + - Compact Mask: detection/compact_mask.md - Converters: detection/utils/converters.md - IoU and NMS: detection/utils/iou_and_nms.md - Boxes: detection/utils/boxes.md