Code Monkey home page Code Monkey logo

koibiki / caffe-segnet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from liyemei/caffe-segnet

0.0 0.0 0.0 24.16 MB

Semantic Segmentation ;windows vs2013 python2.7 matlab2014以上 添加upsample 、BN层、CPM层。,添加Segnet-C++、python接口测试demo 编译方法同微软caffe

License: Other

CMake 2.56% Makefile 0.65% C++ 79.07% Cuda 6.47% MATLAB 1.26% M 0.01% Batchfile 0.14% Python 7.75% Shell 0.37% PowerShell 0.01% C 0.01% Protocol Buffer 1.71%

caffe-segnet's Introduction

windows vs2013 python2.7 matlab2014以上
添加upsample 、BN层。支持Segnet,添加Segnet-C++、python接口demo
打开windows-Caffe.sln编译即可,其他编译问题同微软官方caffe步骤
添加了cpm层,输入层数据可以旋转变换

使用方法参考:https://github.com/CMU-Perceptual-Computing-Lab/caffe_train

这个没有DenseImageDataLayer,不过可以如下代替:
data 和label分开输入
layer {
name: "data"
type: "Data"
top:"data"
include {
phase: TRAIN
}
transform_param {
mean_file: "G:/interest_of_imags_for_recognation/VOC2012/Resize224/Img_train_mean.binaryproto"
}
data_param {
source: "G:/interest_of_imags_for_recognation/VOC2012/Resize224/Img_train"
batch_size: 1
backend: LMDB
}
}
layer {
name: "label"
type: "Data"
top:"label"
include {
phase: TRAIN
}
data_param {
source: "G:/interest_of_imags_for_recognation/VOC2012/Resize224/Label_train"
batch_size: 1
backend: LMDB
}
}
layer {
name: "data"
type: "Data"
top: "data"
include {
phase: TEST
}
transform_param {
mean_file: "G:/interest_of_imags_for_recognation/VOC2012/Resize224/Img_val_mean.binaryproto"
}
data_param {
source: "G:/interest_of_imags_for_recognation/VOC2012/Resize224/Img_val"
batch_size: 1
backend: LMDB
}
}
layer {
name: "label"
type: "Data"
top: "label"
include {
phase: TEST
}
data_param {
source: "G:/interest_of_imags_for_recognation/VOC2012/Resize224/Label_val"
batch_size: 1
backend: LMDB
}
}

这里上传一个简化版本的训练测试工程,解压后放在D盘即可,训练在C++训练。
链接:http://pan.baidu.com/s/1skY2wwd 密码:kxdx

copyright @Qingsong Liu

 测试框架,解压可以编译使用 链接:http://pan.baidu.com/s/1slWGABF 密码:ld2x

caffe-segnet's People

Contributors

liyemei avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.