mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 17:43:48 +08:00
* add isprs potsdam dataset * add isprs dataset configs * fix lint error * fix potsdam conversion bug * fix error in potsdam class * fix error in potsdam class * add vaihingen dataset * add vaihingen dataset * add vaihingen dataset * fix some description errors. * fix some description errors. * fix some description errors. * upload models & logs of Potsdam * remove vaihingen and add unit test * add chinese readme * add pseudodataset * use mmcv and add class_names * use f-string * add new dataset unittest * add docstring and remove global variables args * fix metafile error in PSPNet * fix pretrained value * Add dataset info * fix typo Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
3 lines
134 B
Python
3 lines
134 B
Python
_base_ = './pspnet_r50-d8_4x4_512x512_80k_potsdam.py'
|
|
model = dict(pretrained='open-mmlab://resnet101_v1c', backbone=dict(depth=101))
|