feat: inference subsystem and optimization to decoder
This commit is contained in:
commit
3c83a57e44
19 changed files with 3897 additions and 0 deletions
11
requirements.dev.txt
Normal file
11
requirements.dev.txt
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue