NVIDIA DeepStream SDK API Reference6.0.1 Release |
Custom Initialization parameter for custom library.
Definition at line 191 of file nvdspreprocess_interface.h.
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... | |
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.