Auto-annotate and SAM docs update (#19156)
Signed-off-by: Mohammed Yasin <32206511+Y-T-G@users.noreply.github.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
845d5007dd
commit
9d8c2fe3c7
2 changed files with 2 additions and 2 deletions
|
|
@ -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). |
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue