Remove unused pic directory
[platform/upstream/caffeonacl.git] / README.md
1 # CaffeOnACL
2 [![License](https://img.shields.io/badge/license-BSD-blue.svg)](LICENSE)
3
4 CaffeOnACL is a project to use ARM Compute Library (NEON+GPU) to speed up caffe and provide utilities to debug, profile and tune application performance.
5
6 Check out the documents for the details like
7 - [release notes](https://github.com/OAID/caffeOnACL/tree/master/acl_openailab/README.md)
8 - [user guide](https://github.com/OAID/caffeOnACL/tree/master/docs/caffeOnACL_user_guide_0_2_0.docx)
9
10
11
12 # Caffe
13
14 [![Build Status](https://travis-ci.org/BVLC/caffe.svg?branch=master)](https://travis-ci.org/BVLC/caffe)
15 [![License](https://img.shields.io/badge/license-BSD-blue.svg)](LICENSE)
16
17 Caffe is a deep learning framework made with expression, speed, and modularity in mind.
18 It is developed by the Berkeley Vision and Learning Center ([BVLC](http://bvlc.eecs.berkeley.edu)) and community contributors.
19
20 Check out the [project site](http://caffe.berkeleyvision.org) for all the details like
21
22 - [DIY Deep Learning for Vision with Caffe](https://docs.google.com/presentation/d/1UeKXVgRvvxg9OUdh_UiC5G71UMscNPlvArsWER41PsU/edit#slide=id.p)
23 - [Tutorial Documentation](http://caffe.berkeleyvision.org/tutorial/)
24 - [BVLC reference models](http://caffe.berkeleyvision.org/model_zoo.html) and the [community model zoo](https://github.com/BVLC/caffe/wiki/Model-Zoo)
25 - [Installation instructions](http://caffe.berkeleyvision.org/installation.html)
26
27 and step-by-step examples.
28
29 [![Join the chat at https://gitter.im/BVLC/caffe](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/BVLC/caffe?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
30
31 Please join the [caffe-users group](https://groups.google.com/forum/#!forum/caffe-users) or [gitter chat](https://gitter.im/BVLC/caffe) to ask questions and talk about methods and models.
32 Framework development discussions and thorough bug reports are collected on [Issues](https://github.com/BVLC/caffe/issues).
33
34 Happy brewing!
35
36 ## License and Citation
37
38 Caffe is released under the [BSD 2-Clause license](https://github.com/BVLC/caffe/blob/master/LICENSE).
39 The BVLC reference models are released for unrestricted use.
40
41 Please cite Caffe in your publications if it helps your research:
42
43     @article{jia2014caffe,
44       Author = {Jia, Yangqing and Shelhamer, Evan and Donahue, Jeff and Karayev, Sergey and Long, Jonathan and Girshick, Ross and Guadarrama, Sergio and Darrell, Trevor},
45       Journal = {arXiv preprint arXiv:1408.5093},
46       Title = {Caffe: Convolutional Architecture for Fast Feature Embedding},
47       Year = {2014}
48     }