/tue-cityscapes-segmentation

Entry for the Cityscapes Segmentation challenge for the course 5LSM0 at Eindhoven University of Technology

Primary LanguageTeXMIT LicenseMIT

Cityscapes Segmentation

This repository holds my entry for the cityscapes segmentation challenge for the course 5LSM0 at Eindhoven University of Technology

Project structure

  • /paper contains LaTeX files for the paper that accompanies this project
  • /src contains the source code of the project

Requirements

Requires at least PyTorch version 1.5+. At the time of writing, this is the development branch.

The paper was compiled with MiKTeX on Windows and the figures were generated with the Julia programming language version 1.4.0.

Awknowledgements

The Python code that implements the U-Net in PyTorch is based on Pytorch-UNet.