A Cross-Season Correspondence Dataset for Robust Semantic Segmentation

This is an implementation of the work published in A Cross-Season Correspondence Dataset for Robust Semantic Segmentation (https://arxiv.org/abs/1903.06916)

Resources

The datasets used in the paper are available at visuallocalization.net

Trained Models

https://drive.google.com/open?id=14joxT0XFreW1WX3M8oTiCV69hZTiJTMV

Installation

A Dockerfile is provided, either build a docker image using this or refer to the requirements listed in the file.

Usage

Reference

If you use this code, please cite the following paper:

Måns Larsson, Erik Stenborg, Lars Hammarstrand, Torsten Sattler, Mark Pollefeys and Fredrik Kahl "A Cross-Season Correspondence Dataset for Robust Semantic Segmentation" Proc. CVPR (2019).

@InProceedings{Larsson_2019_CVPR,
author = {Larsson, Mans and Stenborg, Erik and Hammarstrand, Lars and Pollefeys, Marc and Sattler, Torsten and Kahl, Fredrik},
title = {A Cross-Season Correspondence Dataset for Robust Semantic Segmentation},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2019}
}

Other

Some code from https://github.com/zijundeng/pytorch-semantic-segmentation and https://github.com/kazuto1011/pspnet-pytorch was used.