Laplacian Refinement and Reconstruction Network for Semantic Segmentation
This repository contains code and models for the algorithm described in:
Team Members
- Ashutosh Mishra
- Shyam Nandan Rai
- Murtuza Bohra
Installation
Requirements
- Pytorch >= 0.3.0
- Torchvision ==0.2.0
- Jupyter Notebook
Datset
- VOC 2012
Pre-trained models
Example of Results
Usage
- To use pre-trained model, download using the link provided above and store it in folder named "Model". You can now view these models using visualization notebooks.
- For training the model just, run LRRVGG16 Notebook.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.