File size: 124 Bytes
98a79a7
 
 
 
 
 
 
1
2
3
4
5
6
7
8
"""
Detection module for YOLOv8-based crowd detection
"""

from .detector import CrowdDetector

__all__ = ['CrowdDetector']