Logo
Explore Help
Register Sign In
mirrors/mmsegmentation
1
0
Fork 0
You've already forked mmsegmentation
mirror of https://github.com/open-mmlab/mmsegmentation.git synced 2025-06-03 10:04:59 +08:00
Code Issues Projects Releases Wiki Activity
mmsegmentation/configs/stdc/stdc1_in1k-pre_512x1024_80k_cityscapes.py

7 lines
293 B
Python
Raw Normal View History

[Feature] Provide URLs of STDC, Segmenter and Twins pretrained models (#1357)
2022-03-09 13:19:41 +08:00
checkpoint = 'https://download.openmmlab.com/mmsegmentation/v0.5/pretrain/stdc/stdc1_20220308-5368626c.pth' # noqa
[Feature] Support STDC Network (new) (#995) * refactor stdc code * update key * fix backbone inference * remove comments * fixing errors * fixing version conflict * fux typo * use STDCHead * upload models&logs * adding model converters script and fix unittest * fix error * fix error * fix error * delete redundant keys in config * fix errors in configs and unittest * fix errors in configs and unittest * fix errors in configs and unittest * change Memory name * refactor stdc2mmseg * change name to STDC * refactor stdc * refactor stdc * stdc refactor * stdc refactor * stdc refactor * stdc refactor * stdc refactor * stdc refactor * refactor stdc * stdc refactor Co-authored-by: xiexinch <xinchen.xie@qq.com>
2021-12-10 23:09:32 +08:00
_base_ = './stdc1_512x1024_80k_cityscapes.py'
model = dict(
backbone=dict(
backbone_cfg=dict(
[Feature] Provide URLs of STDC, Segmenter and Twins pretrained models (#1357)
2022-03-09 13:19:41 +08:00
init_cfg=dict(type='Pretrained', checkpoint=checkpoint))))
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 913ms Template: 14ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API