refactor YOLO crop model

This commit is contained in:
Nguyễn Phước Thành
2025-08-05 20:53:47 +07:00
parent a4e7573dca
commit 3fd270c8bd
24 changed files with 136 additions and 479 deletions

View File

@@ -0,0 +1,7 @@
"""
Model module for Roboflow-based ID card detection and cropping
"""
from .roboflow_id_detector import RoboflowIDDetector
__all__ = ['RoboflowIDDetector']