10 lines
222 B
Python
10 lines
222 B
Python
_base_ = ["../_base_/base_static.py", "../../_base_/backends/onnxruntime.py"]
|
|
|
|
onnx_config = dict(
|
|
input_shape=[320, 320],
|
|
)
|
|
|
|
codebase_config = dict(
|
|
post_processing=dict(score_threshold=0.3, iou_threshold=0.3),
|
|
)
|