sajjad-sh33 / YOLO_SAM2

Self-Prompting Polyp Segmentation in Colonoscopy Using Hybrid YOLO-SAM 2 Model
40 stars 5 forks source link

Model size #8

Open liwenyang-911 opened 2 weeks ago

liwenyang-911 commented 2 weeks ago

I see different model sizes configured in the config file, such as s, m, b+, etc. Where do I apply them?

sajjad-sh33 commented 2 weeks ago

When defining the model in your command, such as model=yolov8l.pt, you can also specify other model types like model=yolov8m.pt or model=yolov8n.pt. This allows you to choose different model sizes according to your needs.