custom plugin for tensorrt, include pRelu, leakyRelu, Slice... for tensorrt 5.0.2.6, I think it available for tensorrt other version such as 4.0. but for your best performance, use the newest tensorrt version
- add the inference sample, use the build guide to build your inference.
- add the arcface caffe model, if you want to run the sample, download the arcface model
- base inference include
- uffmodel -> tensorrt model
- caffemodel-> tensorrt model
- onnx -> tensorrt model
- opencv >= 3.0
- cuda >= 8.0
git clone https://github.com/ruiyoua/tensorrt_custom_plugin
mkdir build
cd build
cmake.. && make
./bin/tensorrt-custom