-
Introductions and implementations from the author: paper and Repository
-
The TensorFlow re-implementation from which the checkpoints and TensorBoard are extracted for TensorRT inference: Repository
This repository provides the SENet reference applications using TensorRT 5 and DeepStream SDK 3.0.
There are two sample applications under senet/apps : trt-sent and deeptream-resnet-senet.
-
trt-senet-appis the stand alone application using TensorRT and SENet.Further details are provided in here
To use only the stand alone trt-senet-app, Deepstream installation can be skipped. -
deepstream-senet-appis the reference application using Deepstream and SENet.SENet is used as a secondary inference in this example.
In order to run this app, you must runtrt-senet-appto obtain TensorRT engine for SENet.
In addition, you must install Deepstream and other pre-requisites.
Further details are provided in here