最近在学习caffe,也搜集了一些资料,主要是一些网上公开的博客资源,现汇总一下,以便后面参考。
caffe 安装
- 编译py-faster-rcnn全过程
- caffe依赖库安装(非root)
- 编译py-faster-rcnn的问题汇总及解决方法
caffe 基本架构
- python版本
- Caffe for Python 官方教程(翻译)
- 官方提供的示例
- 官方提供的示例注释版
caffe 模型微调
python版本
- 微调︱caffe中fine-tuning模型三重天(函数详解、框架简述)+微调技巧
- Fine-tuning一个预处理的网用于类型识别(Fine-tuning a Pretrained Network for Style Recognition)
- caffe学习笔记10.1–Fine-tuning a Pretrained Network for Style Recognition(new)
caffe help
- http://caffe.help/
caffe 新建自己的layer
最新版caffe
- 官方持续更新wiki
- [Caffe]:关于编写specific layer
- caffe笔记004: caffe添加新层之添加maxout层
- 【Caffe实践】 添加自己的网络层
- caffe for python 两个教程:https://github.com/NVIDIA/DIGITS/tree/master/examples/python-layer
https://github.com/BVLC/caffe/blob/master/examples/pycaffe/layers/pyloss.py
旧版caffe
- 如何在caffe中添加新类型的layer
- 如何在caffe中添加新的Layer
- Making a Caffe Layer
python版本
- caffe如何自定义网络以及自定义层(python)(五)
- caffe如何自定义网络以及自定义层(python)(六)
caffe源码分析
- [caffe笔记006]:caffe中的softmax层推导
- caffe源码解析 — caffe.proto
- cham_3
- 在 Caffe 中如何计算卷积?
反向传播
- Introduction to Gradient-Based Learning
- UFLDL Tutorial(可以重点看看)
- Neural Networks and Deep Learning:
- Hacker’s guide to Neural Networks
caffe 运行问题
- caffe实际运行中遇到的问题(持续更新)
caffe 单步调试
- Build and Debug Caffe in Eclipse Nsight
caffe 应用
综述
1. Convolutional Networks for Image Semantic Segmentation
目标检测
- A-Fast-RCNN算法的Caffe实现
- Faster RCNN代码理解(Python)
- [caffe笔记005]:通过代码理解faster-RCNN中的RPN
- Faster rcnn代码理解(1)
其他(博客主页等)
- Kevincc的专栏
- soeaver/caffe-model
该github主页提供了识别、检测、分割等模块的caffe 模型,值得学习,临摹。
- cham_3
提供了很多caffe的源码分析
- u010142666的博客
- liumaolincycle的博客
提供了很多caffe的example分析
- caffe python visualization程序解析
- 最棒的caffe python教程
- NVIDIA CUDA初级教程视频