NVIDIA DeepStream SDK API Reference

6.4 Release
infer_extra_processor.h File Reference

Detailed Description

Header file of class for processing extra inputs and custom post processing.

Definition in file infer_extra_processor.h.

Go to the source code of this file.

Data Structures

class  nvdsinferserver::InferExtraProcessor
 : Extra processing pre/post inference. More...
 

Namespaces

 nvdsinferserver
 Copyright (c) 2021, NVIDIA CORPORATION.
 

Typedefs

using nvdsinferserver::TensorMapPool = MapBufferPool< std::string, UniqCudaTensorBuf >
 
using nvdsinferserver::TensorMapPoolPtr = std::unique_ptr< TensorMapPool >