# DDRNet segmentation training example with Cityscapes dataset.
# Paper:
# "Deep Dual-resolution Networks for Real-time and Accurate Semantic Segmentation of Road Scenes"
# https://arxiv.org/abs/2104.13188
#
# Instructions:
# 0. Make sure that the data is stored in dataset_params.dataset_dir or add "dataset_params.data_dir=<PATH-TO-DATASET>" at the end of the command below (feel free to check ReadMe)
# 1. Move to the project root (where you will find the ReadMe and src folder)