6 lines
129 B
Python
6 lines
129 B
Python
_base_ = ["../_base_/base_static.py", "../../_base_/backends/onnxruntime.py"]
|
|
|
|
onnx_config = dict(
|
|
input_shape=[320, 320],
|
|
)
|