# caffeLabUsing **Repository Path**: chenguanfu/caffeLabUsing ## Basic Information - **Project Name**: caffeLabUsing - **Description**: use caffe for developing again - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-04-11 - **Last Updated**: 2024-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Caffe Thanks to the caffe contributors I have site the author of the origina version in the last. This is my version using and rechange on their basic version code for my reaearch. ##Usage I use this the caffe for now is just useing the imagenet network. So my work is to using some auto complete scripts to produce my own module. There are total three directories which I am using: ``` data/$MODULE example/$MODULE module/$MODULE python/caffe/$MODULE ``` and its subfiles are all named with the $MODULE for different modules. Do like this can quickly deploy a module which is using the AlexNet network to train your module. ##Still Contributes to create our own network template and also use this quick deploy to produce our own different modules. ##Project ###FetchMe The fethme project is my first project using CNN. The aid of the project is to train a model to classify the cats and dogs. In order to compare with the paper CatsAndDogs I am using the same class number with the paper including 37 classes, especially *12 Cats* and *25 Dogs*. The main reason using caffe is for implementing the models which alreay trained in PC to simply upload the *Android*. ## Contact Welcome to start playing CNN games with me. Email: [chenguanfu511@gmail.com](chenguanfu511@gmail.com) ## License and Citation Caffe is released under the [BSD 2-Clause license](https://github.com/BVLC/caffe/blob/master/LICENSE). The BVLC reference models are released for unrestricted use. Please cite Caffe in your publications if it helps your research: @article{jia2014caffe, Author = {Jia, Yangqing and Shelhamer, Evan and Donahue, Jeff and Karayev, Sergey and Long, Jonathan and Girshick, Ross and Guadarrama, Sergio and Darrell, Trevor}, Journal = {arXiv preprint arXiv:1408.5093}, Title = {Caffe: Convolutional Architecture for Fast Feature Embedding}, Year = {2014} }