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