Fix nvds version
This commit is contained in:
parent
706c68f3e0
commit
63018d87cd
@ -16,6 +16,8 @@ unsigned int NvInferServerManager::MUXER_OUTPUT_WIDTH = 1;
|
||||
unsigned int NvInferServerManager::MUXER_OUTPUT_HEIGHT = 1;
|
||||
guint NvInferServerManager::use_device_mem = 0;
|
||||
float NvInferServerManager::threshold_body_detection = 0;
|
||||
unsigned int NvInferServerManager::nvds_lib_major_version = NVDS_VERSION_MAJOR;
|
||||
unsigned int NvInferServerManager::nvds_lib_minor_version = NVDS_VERSION_MINOR;
|
||||
|
||||
const gchar pgie_class_str[PGIE_DETECTED_CLASS_NUM][32] = {"Person"};
|
||||
|
||||
|
||||
@ -19,6 +19,8 @@ class NvInferServerManager {
|
||||
static unsigned int PGIE_NET_HEIGHT;
|
||||
static unsigned int MUXER_OUTPUT_WIDTH;
|
||||
static unsigned int MUXER_OUTPUT_HEIGHT;
|
||||
static unsigned int nvds_lib_major_version;
|
||||
static unsigned int nvds_lib_minor_version;
|
||||
static gint frame_number;
|
||||
static guint use_device_mem;
|
||||
std::string inferserver_pgie_config_file;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user