"configs/positional_encoding_in_gans/README.md" did not exist on "04e07f4817ed055ba2a885ef65bf8c6a2775556a"
base_panoptic-seg_static.py 395 Bytes
Newer Older
limm's avatar
limm committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
_base_ = ['../../_base_/onnx_config.py']

codebase_config = dict(
    type='mmdet',
    task='ObjectDetection',
    model_type='panoptic_end2end',
    post_processing=dict(
        export_postprocess_mask=False,
        score_threshold=0.0,
        iou_threshold=0.5,
        max_output_boxes_per_class=200,
        pre_top_k=5000,
        keep_top_k=100,
        background_label_id=-1,
    ))