Form Field Detection Model (YOLOv11)

フォーム入力欄検出モデルです。

使用方法

from ultralytics import YOLO

model = YOLO("best.pt")
results = model("form_image.jpg")

for box in results[0].boxes.xyxy.tolist():
    print(box)  # [x1, y1, x2, y2]
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support