项目作者: GuoJaw

项目描述 :
语义分割;可视化Prob层
高级语言: Jupyter Notebook
项目地址: git://github.com/GuoJaw/Caffe-SegNet.git
创建时间: 2018-05-18T14:22:11Z
项目社区:https://github.com/GuoJaw/Caffe-SegNet

开源协议:

下载


Intro

  1. Caffe-SegNet实现语义分割
  2. SegNet_With_C++:可视化最后一层的Person

Dependencies

  1. Caffe
  2. caffe.proto 生成caffe.pb.cc caffe.pb.cc / caffe.pb.h,拷贝到相应位置(百度下即可)

C++版本代码:SegNet_With_C++

  1. https://github.com/alexgkendall/SegNet-Tutorial/blob/master/Scripts/test_segmentation.cpp