项目作者: ujsyehao

项目描述 :
own caffe
高级语言: C++
项目地址: git://github.com/ujsyehao/hardcaffe.git
创建时间: 2018-07-05T11:59:26Z
项目社区:https://github.com/ujsyehao/hardcaffe

开源协议:Apache License 2.0

下载


hardcaffe

dependencies update

  • support for protoc version 3.0 or higher
  • supoort for cudnn version 6.0 or higher

layer update

  • support for ResizeBilinear layer(equal to tf.image.resize_bilinear operator)
  • support for Relu6 layer(equal to tf.relu6 operator)
  • support for shuffle layer
  • support for depthwise convolution

SSD detection

  • support for soft-nms
  • support for focal loss(todo)

TODO

  1. modidy caffe/cudnn symmetric padding to tensorflow asymmetric padding -> use pad + slice

Contributor

RuiminChen https://github.com/RuiminChen/Caffe-MobileNetV2-ReLU6