10 lines
245 B
Python
10 lines
245 B
Python
|
_base_ = ['../_base_/onnx_config.py']
|
||
|
codebase_config = dict(
|
||
|
type='mmrotate',
|
||
|
task='RotatedDetection',
|
||
|
post_processing=dict(
|
||
|
score_threshold=0.05,
|
||
|
iou_threshold=0.1,
|
||
|
pre_top_k=3000,
|
||
|
keep_top_k=2000))
|