NVIDIA DeepStream SDK API Reference

6.0.1 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CustomInitParams Struct Reference

Detailed Description

Custom Initialization parameter for custom library.

Definition at line 191 of file nvdspreprocess_interface.h.

Collaboration diagram for CustomInitParams:

Data Fields

guint unique_id
 
NvDsPreProcessTensorParams tensor_params
 tensor params from read from config file More...
 
std::unordered_map
< std::string, std::string > 
user_configs
 User config map key-value pair. More...
 
gchar * config_file_path
 nvdspreprocess config file path More...
 

Field Documentation

gchar* CustomInitParams::config_file_path

nvdspreprocess config file path

Definition at line 199 of file nvdspreprocess_interface.h.

NvDsPreProcessTensorParams CustomInitParams::tensor_params

tensor params from read from config file

Definition at line 195 of file nvdspreprocess_interface.h.

guint CustomInitParams::unique_id

Definition at line 193 of file nvdspreprocess_interface.h.

std::unordered_map<std::string, std::string> CustomInitParams::user_configs

User config map key-value pair.

Definition at line 197 of file nvdspreprocess_interface.h.


The documentation for this struct was generated from the following file: