Update sam.md and sam-2.md (#17286)
This commit is contained in:
parent
9c72d94ba4
commit
bfa6f9a8e7
3 changed files with 5 additions and 5 deletions
|
|
@ -5,7 +5,7 @@ from pathlib import Path
|
|||
from ultralytics import SAM, YOLO
|
||||
|
||||
|
||||
def auto_annotate(data, det_model="yolov8x.pt", sam_model="sam_b.pt", device="", output_dir=None):
|
||||
def auto_annotate(data, det_model="yolo11x.pt", sam_model="sam_b.pt", device="", output_dir=None):
|
||||
"""
|
||||
Automatically annotates images using a YOLO object detection model and a SAM segmentation model.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue