able to convert onnx to blob

This commit is contained in:
2025-12-23 12:53:52 -07:00
parent d3664693a8
commit da5becd5ae
24 changed files with 1242 additions and 10 deletions

View File

@ -0,0 +1,15 @@
model:
path: yolox_model.onnx
inputs:
- name: images
shape: [1, 3, 640, 640]
encoding:
from: RGB
to: BGR
outputs:
- name: output0
calibration:
path: null # No calibration needed for this example

Binary file not shown.