Moved detector pre/post-processing into onnx graph.
This commit is contained in:
@ -3,3 +3,7 @@ _base_ = ["../_base_/base_static.py", "../../_base_/backends/onnxruntime-fp16.py
|
||||
onnx_config = dict(
|
||||
input_shape=[320, 320],
|
||||
)
|
||||
|
||||
codebase_config = dict(
|
||||
post_processing=dict(score_threshold=0.3, iou_threshold=0.3),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user