mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
4 lines
159 B
Python
4 lines
159 B
Python
_base_ = ['./rotated-detection_static.py', '../_base_/backends/onnxruntime.py']
|
|
|
|
onnx_config = dict(output_names=['dets', 'labels'], input_shape=[1024, 1024])
|