xiaosongwang / caffe-multi-label

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caffe for multi-label classification

Build Status License

NOTE: A modified version of Caffe master branch, including a multilabel image data layer, LSE pooling layer, weighted sigmoid cross entropy loss layer and multilabel accuracy layer.

Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by the Berkeley Vision and Learning Center (BVLC) and community contributors.

Check out the project site for all the details like

and step-by-step examples.

Join the chat at https://gitter.im/BVLC/caffe

Please join the caffe-users group or gitter chat to ask questions and talk about methods and models. Framework development discussions and thorough bug reports are collected on Issues.

Happy brewing!

License and Citation

Caffe is released under the BSD 2-Clause license. The BVLC reference models are released for unrestricted use.

Please cite our CVPR paper in your publications if it helps your research:

@InProceedings{wang2017chestxray,
    author = {Wang, Xiaosong and Peng, Yifan and Lu, Le and Lu, Zhiyong and Bagheri, Mohammadhadi and Summers, Ronald},
    title = {ChestX-ray8: Hospital-scale Chest X-ray Database and Benchmarks on Weakly-Supervised Classification and Localization of Common Thorax Diseases},
    booktitle = {2017 IEEE Conference on Computer Vision and Pattern Recognition(CVPR)},
    pages = {3462--3471},
    year      = {2017}
}

About

License:Other


Languages

Language:C++ 80.8%Language:Python 8.2%Language:Cuda 6.2%Language:CMake 2.7%Language:MATLAB 0.9%Language:Makefile 0.7%Language:Shell 0.3%