refactor YOLO crop model
This commit is contained in:
7
src/model/YOLO_processor/__init__.py
Normal file
7
src/model/YOLO_processor/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
Model module for Roboflow-based ID card detection and cropping
|
||||
"""
|
||||
|
||||
from .roboflow_id_detector import RoboflowIDDetector
|
||||
|
||||
__all__ = ['RoboflowIDDetector']
|
Reference in New Issue
Block a user