mmsegmentation/configs/fcn/fcn_r50b-d8_769x769_80k_cityscapes.py
Jerry Jiarui XU 2c921363d5
Add more models (#316)
* add more configs

* add more configs

* fixed backbone type

* fixed deeplabv3+ channels

* add r101

* update link

* change resnet18 link

* update aug test

* add inf time

* add mem
2020-12-29 17:56:06 -08:00

3 lines
130 B
Python

_base_ = './fcn_r50-d8_769x769_80k_cityscapes.py'
model = dict(pretrained='torchvision://resnet50', backbone=dict(type='ResNet'))