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