lhoangan / 341n143

Source code for the paper "Three for one and one for three: Flow, Segmentation, and Surface Normals" (BMVC 2018)
3 stars 0 forks source link

341n143

Source code for the paper "Three for one and one for three: Flow, Segmentation, and Surface Normals" (BMVC 2018)

If you find the repository useful, please consider citing the paper

@inproceedings{le18bmvc,
 author = {Hoang-An Le and Anil Baslamisli and Thomas Mensink and Theo Gevers},
 title = {Three for one and one for three: Flow, Segmentation, and Surface Normals},
 booktitle = {British Machine Vision Conference (BMVC)},
 year = {2018},
}

Data

Parts of the Virtual KITTI dataset are included in this repository for your convenience. If used, please cite the corresponding paper following the instructions at NAVER LABS EUROPE

Ground truth surface normals are converted from the provided depth images using the method given by Barron and Malik, Shape, Illumination, and Reflectance from Shading. The source code is available in the project page or [here](). Please cite the according paper if you use the codes in your research.

Installation

Build caffe

Naming convention

Each run is named in the following format

   [data]-[target]-[input],

where

Training

Re-producing the paper results

You can either call caffe train command directly using the prototxts in the runs directory or use our python wrapper

Training on new datasets

Citation