Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.4 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.4 KB

Laplacian Refinement and Reconstruction Network for Semantic Segmentation CI status

This repository contains code and models for the algorithm described in:

Golnaz Ghiasi, Charless C. Fowlkes, "Laplacian Pyramid Reconstruction and Refinement for Semantic Segmentation", ECCV 2016

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

  • Pre-trained model 32x [here]
  • Pre-trained full model [here]

Example of Results

Drag RacingDrag Racing Drag RacingDrag Racing Drag RacingDrag Racing

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.

License

MIT