File size: 350 Bytes
16dc8f8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"backbone": "resnet34",
"in_channels": 1,
"internal_only": true,
"no_root_pred": false,
"normalize_input": false,
"max_side": 2000,
"pad_multiple": 32,
"decode": {
"thresh": 0.3,
"window": 7,
"per_channel_topk": 2000,
"max_peaks": 5000,
"fallback_topk": 0,
"assign_root_leftmost_when_two_classes": true
}
} |