mirror of
https://github.com/NVlabs/SegFormer.git
synced 2025-06-03 06:38:52 +08:00
5 lines
164 B
Python
Executable File
5 lines
164 B
Python
Executable File
_base_ = [
|
|
'../_base_/models/psanet_r50-d8.py', '../_base_/datasets/cityscapes.py',
|
|
'../_base_/default_runtime.py', '../_base_/schedules/schedule_80k.py'
|
|
]
|