资源算法caffe-squeezeDet

caffe-squeezeDet

2020-01-14 | |  49 |   0 |   0

caffe-squeezeDet

This is the caffe version of squeezeDet. And I converted tensorflow  model directly into caffemodel.


Note


The convolution operation is different in tensorflow and caffe, especially the padding iterm. Thus, using directly converted model will cause problems. Trick:  using a pad = 2 convolution operation for CONV1 Layer to get a larger feature map and than crop into the right size.

But for kernel size 3 x 3 or 1 x 1 and stride step 1 with padding SAME in tensorflow, we directly choose convolution param with pad = 1, kernel size = 3 and stride = 1

Demo

cd caffe-squeezeDet
python ./src/demo.py


上一篇:squeezedet-keras

下一篇:SqueezeDetTRT

用户评价
全部评价

热门资源

  • TensorFlow-Course

    This repository aims to provide simple and read...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • mxnet_VanillaCNN

    This is a mxnet implementation of the Vanilla C...

  • DuReader_QANet_BiDAF

    Machine Reading Comprehension on DuReader Usin...

  • Klukshu-Sockeye-...

    KLUKSHU SOCKEYE PROJECTS 2016 This repositor...