able to convert onnx to blob
This commit is contained in:
15
oak_d_deployment/yolox_config.yaml
Normal file
15
oak_d_deployment/yolox_config.yaml
Normal 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
|
||||
BIN
oak_d_deployment/yolox_model.superblob
Normal file
BIN
oak_d_deployment/yolox_model.superblob
Normal file
Binary file not shown.
Reference in New Issue
Block a user