You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frompathlibimportPathfromultralyticsimportYOLOcheckpoint=Path("best_detection_yolo.pt").resolve()
# Load a model from a checkpointmodel=YOLO(checkpoint)
results=model.predict(images, imgsz=640, conf=0.25, half=True)
ตัวอย่างการใช้ผลจาก YOLO dectector ดึงส่วนของภาพออกมาและใช้
surya-ocr
ในการอ่านข้อความThe text was updated successfully, but these errors were encountered: