feat: inference subsystem and optimization to decoder

This commit is contained in:
Siwat Sirichai 2025-11-09 00:57:08 +07:00
commit 3c83a57e44
19 changed files with 3897 additions and 0 deletions

11
requirements.dev.txt Normal file
View file

@ -0,0 +1,11 @@
# Development Dependencies
# Install with: pip install -r requirements.dev.txt
# Model conversion tools
tensorrt
onnx
ultralytics # For YOLO models download and export
# Optional: Additional tools for model optimization
onnxruntime-gpu # ONNX runtime for testing
onnx-simplifier # Simplify ONNX models