mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 08:36:31 +00:00
Add AIAvailabilityStatus and AIRecognitionConfig classes for AI model management
- Introduced `AIAvailabilityStatus` class to manage the availability status of AI models, including methods for setting status and logging messages. - Added `AIRecognitionConfig` class to encapsulate configuration parameters for AI recognition, with a static method for creating instances from dictionaries. - Implemented enums for AI availability states to enhance clarity and maintainability. - Updated related Cython files to support the new classes and ensure proper type handling. These changes aim to improve the structure and functionality of the AI model management system, facilitating better status tracking and configuration handling.
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
| ML Runtime (CPU) | ONNX Runtime | 1.22.0 | Portable model format, CPU/CUDA provider fallback |
|
||||
| ML Runtime (GPU) | TensorRT + PyCUDA | 10.11.0 / 2025.1.1 | Maximum GPU inference performance |
|
||||
| Image Processing | OpenCV | 4.10.0 | Frame decoding, preprocessing, tiling |
|
||||
| Serialization | msgpack | 1.1.1 | Compact binary serialization for annotations and configs |
|
||||
| HTTP Client | requests | 2.32.4 | Synchronous HTTP to Loader and Annotations services |
|
||||
| Logging | loguru | 0.7.3 | Structured file + console logging |
|
||||
| GPU Monitoring | pynvml | 12.0.0 | GPU detection, capability checks, memory queries |
|
||||
|
||||
Reference in New Issue
Block a user