- support for protoc version 3.0 or higher
- supoort for cudnn version 6.0 or higher
- 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
- support for soft-nms
- support for focal loss(todo)
- modidy caffe/cudnn symmetric padding to tensorflow asymmetric padding -> use pad + slice
RuiminChen https://github.com/RuiminChen/Caffe-MobileNetV2-ReLU6