kingfengji / gcForest

This is the official implementation for the paper 'Deep forest: Towards an alternative to deep neural networks'
http://lamda.nju.edu.cn/code_gcForest.ashx
1.31k stars 429 forks source link

ImageSegmentaion #43

Open Suiiyu opened 6 years ago

Suiiyu commented 6 years ago

Does anyone use gcForest for segmentaion? I am a beginer in the gcForest and have no idea about processing the image and label. I use the demo_mnist.py and load the image and label by opencv, until now.
The label is an binary image. Forground is 1, backgroud is 0.