NVIDIA DeepStream SDK API Reference

7.0 Release
infer_postprocess.h File Reference

Detailed Description

Header file for the post processing on inference results.

This file declares the classes that implement the various post processing functionalities required after the inference.

Definition in file infer_postprocess.h.

Go to the source code of this file.

Data Structures

class  nvdsinferserver::Postprocessor
 A generic post processor class. More...
 
class  nvdsinferserver::DetectPostprocessor
 Post processor class for detection output. More...
 
class  nvdsinferserver::ClassifyPostprocessor
 Post processor class for classification output. More...
 
class  nvdsinferserver::SegmentPostprocessor
 Post processor class for segmentation output. More...
 
class  nvdsinferserver::OtherPostprocessor
 Post processor class for tensor output for custom post processing. More...
 
class  nvdsinferserver::TrtIsClassifier
 Post processor class for Triton Classification option. More...
 

Namespaces

 nvdsinferserver
 This is a header file for pre-processing cuda kernels with normalization and mean subtraction required by nvdsinfer.