mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 07:29:36 +08:00
* Support fcn dilate 6 * Support dilate in FCNHead * configs for cityscapse dataset * add configs for pytorch pretrained model * update README * add fps test results * add memory test results and links * modify log names * Update mmseg/models/decode_heads/fcn_head.py Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
5 lines
157 B
Python
5 lines
157 B
Python
_base_ = './fcn_d6_r50b-d16_512x1024_80k_cityscapes.py'
|
|
model = dict(
|
|
pretrained='torchvision://resnet101',
|
|
backbone=dict(type='ResNet', depth=101))
|