[f1e01c]: / configs / icnet / icnet_r18-d8_832x832_80k_cityscapes.py

Download this file

4 lines (3 with data), 141 Bytes

1
2
3
_base_ = './icnet_r50-d8_832x832_80k_cityscapes.py'
model = dict(
backbone=dict(layer_channels=(128, 512), backbone_cfg=dict(depth=18)))