Skip to content

icemansina/LSTM-CF

 
 

Repository files navigation

LSTM-CF: Unifying Context Modeling and Fusion with LSTMs for RGB-D Scene Labeling

Zhen Li, Yukang Gan

This code is related to our paper "LSTM-CF: Unifying Context Modeling and Fusion with LSTMs for RGB-D Scene Labeling" accepted by ECCV2016.

Here, we add demos to illustrate scene labeling results at different indoor scenes, which are located in Demo folder.

For test example prototxt, please refer to the SUNRGBD/SUNRGBD_test.prototxt

For the pretrained model, please download through https://goo.gl/DrOSZv

If you have any problem, please feel free to contact us: lizhen36@hku.hk, ganyk@mail2.sysu.edu.cn

Please consult and consider citing the following papers if it is beneficial to your research:

@inproceedings{li2016lstm,
  title={LSTM-CF: Unifying Context Modeling and Fusion with LSTMs for RGB-D Scene Labeling},
  author={Li, Zhen and Gan, Yukang and Liang, Xiaodan and Yu, Yizhou and Cheng, Hui and Lin, Liang},
  booktitle={European Conference on Computer Vision},
  url={http://i.cs.hku.hk/~yzyu/publication/LSTMcf-eccv2016.pdf},
  pages={541--557},
  year={2016},
  organization={Springer}
}

About

LSTM-CF: Unifying Context Modeling and Fusion with LSTMs for RGB-D Scene Labeling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 65.5%
  • Jupyter Notebook 18.4%
  • Python 6.6%
  • Cuda 4.6%
  • CMake 2.4%
  • Protocol Buffer 1.2%
  • Other 1.3%