Views
No views yet
question (Single class)1280 x 1280yolo11m (Ultralytics)1from ultralytics import YOLO
2from ultralytics.utils.downloads import safe_download
3
4# Load the model
5model_url = "https://huggingface.co/erayyapagci/yolo11m-question-segmentation/resolve/main/yolov11m-question-seg.pt"
6model = YOLO(safe_download(model_url))
7
8# Run Inference
9# Recommended conf: 0.3 - 0.4
10results = model("page_image.jpg", imgsz=1280, conf=0.35)
11
12# Show results
13results[0].show()
1., 2), Soru 3:.A), B), C), D), E).