Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.7 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.7 KB

RefineNet

This repository is an attempt at replicating some results presented in Guosheng Lin et al.'s paper : "RefineNet: Multi-Path Refinement Network for High-Resolution Semantic Segmentation".

Requirements :

The dataset can be downloaded here :

The dataset can be downloaded here :

Experiments :

Here are some early results :

  • Left : input picture
  • Middle : ground truth semantic segmentation
  • Right : predicted semantic segmentation
Epoch Samples
15 Dreconst1-1 Dgen1-1
25 Dreconst1-10 Dgen1-10
45 Dreconst1-30 Dgen1-30
65 Dreconst1-50 Dgen1-50

References :

Some of the code present in this repository for handling the dataset, for instance, are (heavily) inspired by :