betty0's picture
Deploy fall-detection-pose Gradio demo
11fab85 verified
Raw
History Blame Contribute Delete
143 Bytes
"""規則引擎子套件(純 numpy/pandas,絕不 import torch/ultralytics/cv2)。"""
from .engine import run_engine
__all__ = ["run_engine"]