Ali Abdullah
Fix requirements.txt encoding for HF
98a79a7
raw
history blame contribute delete
124 Bytes
"""
Detection module for YOLOv8-based crowd detection
"""
from .detector import CrowdDetector
__all__ = ['CrowdDetector']