From 9d8c2fe3c7a2701a9cdc769b4b8786738a5b99d0 Mon Sep 17 00:00:00 2001 From: Mohammed Yasin <32206511+Y-T-G@users.noreply.github.com> Date: Mon, 10 Feb 2025 22:02:44 +0800 Subject: [PATCH] Auto-annotate and SAM docs update (#19156) Signed-off-by: Mohammed Yasin <32206511+Y-T-G@users.noreply.github.com> Co-authored-by: UltralyticsAssistant --- docs/en/macros/sam-auto-annotate.md | 2 +- docs/en/models/sam-2.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/macros/sam-auto-annotate.md b/docs/en/macros/sam-auto-annotate.md index 6cadbf0e..12204e3d 100644 --- a/docs/en/macros/sam-auto-annotate.md +++ b/docs/en/macros/sam-auto-annotate.md @@ -1,6 +1,6 @@ | Argument | Type | Default | Description | | ------------ | ----------- | -------------- | ---------------------------------------------------------------------------------------------- | -| `data` | `str` | required | Path to directory containing target images/videos for annotation or segmentation. | +| `data` | `str` | required | Path to directory containing target images for annotation or segmentation. | | `det_model` | `str` | `"yolo11x.pt"` | YOLO detection model path for initial object detection. | | `sam_model` | `str` | `"sam2_b.pt"` | SAM2 model path for segmentation (supports t/s/b/l variants and SAM2.1) and mobile_sam models. | | `device` | `str` | `""` | Computation device (e.g., 'cuda:0', 'cpu', or '' for automatic device detection). | diff --git a/docs/en/models/sam-2.md b/docs/en/models/sam-2.md index 9dbea526..4e95ec87 100644 --- a/docs/en/models/sam-2.md +++ b/docs/en/models/sam-2.md @@ -6,7 +6,7 @@ keywords: SAM 2, SAM 2.1, Segment Anything, video segmentation, image segmentati !!! tip "SAM 2.1" - We have just supported the more accurate SAM2.1 model. Please give it a try! + We have just added support for the more accurate SAM2.1 model. Please give it a try! # SAM 2: Segment Anything Model 2