rotated-detection_static.py 286 Bytes
Newer Older
limm's avatar
limm committed
1
2
3
4
5
6
7
8
9
10
_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,
        max_output_boxes_per_class=2000))