rotated-detection_onnxruntime_static.py 159 Bytes
Newer Older
limm's avatar
limm committed
1
2
3
_base_ = ['./rotated-detection_static.py', '../_base_/backends/onnxruntime.py']

onnx_config = dict(output_names=['dets', 'labels'], input_shape=[1024, 1024])