4 lines
151 B
Python
4 lines
151 B
Python
|
_base_ = ['./rotated-detection_static.py', '../_base_/backends/onnxruntime.py']
|
||
|
|
||
|
onnx_config = dict(output_names=['dets', 'labels'], input_shape=None)
|