python-detector-worker/detector_worker/__init__.py

17 lines
No EOL
625 B
Python

"""
Detector Worker - Refactored FastAPI Computer Vision Detection System
This package contains the refactored detector worker system with modular architecture:
- core: Configuration, constants, and exceptions
- models: Model loading and pipeline management
- detection: YOLO detection, tracking, and validation
- pipeline: Pipeline execution and action processing
- streams: Video stream management and frame processing
- communication: WebSocket and message handling
- storage: Database, Redis, and session management
- utils: Utility functions and helpers
"""
__version__ = "2.0.0"
__author__ = "Detector Worker Team"