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-02 23:47:06 +08:00
Code Issues Projects Releases Wiki Activity
mmsegmentation/configs/hrnet/fcn_hr48_4xb2-160k_cityscapes-512x1024.py

11 lines
414 B
Python
Raw Normal View History

[Refactor] Update config names (#1964) * rename ann configs * update ann yml * update * update * update * update * update * update ann readme * update * update deeplabv3 * update readme * fix yml * fix beit
2022-08-26 18:48:56 +08:00
_base_ = './fcn_hr18_4xb2-160k_cityscapes-512x1024.py'
Add Pascal Context to mmsegmentation (#133) * Add Pascal Context to mmsegmentation * Add benchmark result to Pascal Context * fix mmcv version * fix code syntax * fix code syntax again * Update mmseg/models/segmentors/encoder_decoder.py update hint Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com> * update comment * fix pascal context model path * fix model path mistake again * fix model path mistake again * fix model path mistakes again Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
2020-09-22 14:56:13 +08:00
model = dict(
pretrained='open-mmlab://msra/hrnetv2_w48',
backbone=dict(
extra=dict(
stage2=dict(num_channels=(48, 96)),
stage3=dict(num_channels=(48, 96, 192)),
stage4=dict(num_channels=(48, 96, 192, 384)))),
decode_head=dict(
in_channels=[48, 96, 192, 384], channels=sum([48, 96, 192, 384])))
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 597ms Template: 5ms
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