This is our implementation for NNTI Project WS-2020
We provide a notebook that contains our implementation with outputs of latest run in each cell. Also you can download the checkpoint and load it directly.
1- Download the checkpoint
2- Please follow this folder structure:
├── leftImg8bit # CityScapes Images
├── gtFine # CityScapes Labels
├── Part_2
│ ├── train.py
│ ├── eval.py
│ ├── dataset.py
│ ├── network.py
│ ├── model-R2U-Net.cpt43 # Checkpoint file
└── ...
To train the model
python3 train.py
To test the model
python3 eval.py
1- Download the checkpoint
2- Please follow this folder structure:
├── leftImg8bit # CityScapes Images
├── gtFine # CityScapes Labels
├── Part_2
│ ├── train.py
│ ├── eval.py
│ ├── dataset.py
│ ├── network.py
│ ├── denseCRF.py
│ ├── model-FCN-city.cpt60 # Checkpoint file
└── ...
To train the model
python3 train.py
To test the model
python3 eval.py