Code accompanying the paper Label Distribution Learning Forest. [arXiv] [ProjectPage]
If you use our code, please consider citing following paper:
@inproceedings{shen2017label,
title={Label Distribution Learning Forests},
author={Shen, Wei and Zhao, Kai and Guo, Yilu and Yuille, Alan},
booktitle={Advances in neural information processing systems},
year={2017}
}
git clone https://github.com/zeakey/LDLForest --recursive
cd LDLForest/caffe-ldl
cp Makefile.config.example Makefile.config
make -j$(nproc) && make pycaffe && cd ..
Please customize your own Makefile.config before make
.
-
Download LDL datasets:
bash data/ldl/get_ldl.sh
-
Try out LDL example:
python experiments/ldl/run.py
-
Download the Morph dataset
-
Make LMDB database for Morph:
python tools/morph2lmdb.py --data /path/to/Morph
-
Start to train:
python experiments/alexnet/run.py
A live demo.
Visit the project page for pretrained models and more detailed information.