chma1024 / DensePASS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DensePASS

Dense Panoramic Semantic Segmentation via Unsupervised Domain Adaptation

Example segmentation

Installation

Dataset

For the basic setting of this work, please prepare datasets of Cityscapes, Stanford2D3D, and DensePASS.

Our proposed DensePASS is available at Google Drive.

The DensePASS dataset has 100 panoramic images and annotations for evaluation.

The other unlabeled images could be found at WildPASS.

Training

'train.py' in S_R, A_S and S_A_R are used for training on outdoor dataset with different modules settings.

The training configurations can be adjusted at 'train.py' or by parameters like --model DANet.

An example of training is 'python train.py'.

Acknowledgements

This code is heavily borrowed from AdaptSegNet.

About


Languages

Language:Python 69.5%Language:Cuda 20.3%Language:C++ 9.6%Language:C 0.5%