Exporting onnx instructions.

This commit is contained in:
Daniel
2024-11-29 13:51:20 +01:00
parent 1c0eeb9147
commit 4b2811c1c8
6 changed files with 97 additions and 0 deletions

View File

@ -0,0 +1,5 @@
_base_ = ["../_base_/base_static.py", "../../_base_/backends/onnxruntime.py"]
onnx_config = dict(
input_shape=[320, 320],
)