This project is a part of Machine Learning Coursework(CS539) at WPI. In this project we implemented Segnet and 2 other modified architecutures of Segnet. Project website : https://sites.google.com/view/semseg
Use the Cityscapes to train and test the model.
System Requirements:
Pytorch 1.3.1 Matplotlib 3.0.3 Torchvision 0.4.2 Python 3.5.2
We trained and tested our code in a system which has 6GB RTX2060 Nividia Graphics card.
- Download the dataset and change the DATA_PATH in train_test.py
- Change the architecture you want to train or test in the main fucntion.
- Run the train_test.py