[CVPR22] Official Implementation of DAFormer: Improving Network Architectures and Training Strategies for Domain-Adaptive Semantic Segmentation
466
stars
91
forks
source link
How to pre-process other datasets to adapt to daformer #55
Closed
libobo-1998 closed 1 year ago
For pre-processing other datasets, you can copy and modify the conversion script of GTA (https://github.com/lhoyer/DAFormer/blob/master/tools/convert_datasets/gta.py) according to the specifics of the other dataset (e.g. label ID definition).