NVIDIA DeepStream SDK API Reference
6.4 Release
gstnvinfer_yaml_parser.h
Go to the documentation of this file.
1
12
#ifndef __GST_NVINFER_YAML_PARSER_H__
13
#define __GST_NVINFER_YAML_PARSER_H__
14
15
#include <glib.h>
16
17
#include "
nvdsinfer_context.h
"
18
#include "
gstnvinfer.h
"
19
20
#define DEFAULT_PRE_CLUSTER_THRESHOLD 0.2
21
#define DEFAULT_POST_CLUSTER_THRESHOLD 0.0
22
#define DEFAULT_EPS 0.0
23
#define DEFAULT_GROUP_THRESHOLD 0
24
#define DEFAULT_MIN_BOXES 0
25
#define DEFAULT_DBSCAN_MIN_SCORE 0
26
#define DEFAULT_NMS_IOU_THRESHOLD 0.3
27
#define DEFAULT_TOP_K -1
28
29
30
gboolean
gst_nvinfer_parse_config_file_yaml
(
GstNvInfer
*nvinfer,
31
NvDsInferContextInitParams
*init_params,
const
gchar * cfg_file_path);
32
33
gboolean
gst_nvinfer_parse_context_params_yaml
(
NvDsInferContextInitParams
*params,
34
const
gchar * cfg_file_path);
35
36
37
#endif
/*__GST_NVINFER_PROPERTY_PARSER_H__*/
gst_nvinfer_parse_config_file_yaml
gboolean gst_nvinfer_parse_config_file_yaml(GstNvInfer *nvinfer, NvDsInferContextInitParams *init_params, const gchar *cfg_file_path)
GstNvInfer
typedefG_BEGIN_DECLS struct _GstNvInfer GstNvInfer
Definition:
gstnvinfer.h:44
gstnvinfer.h
gst_nvinfer_parse_context_params_yaml
gboolean gst_nvinfer_parse_context_params_yaml(NvDsInferContextInitParams *params, const gchar *cfg_file_path)
nvdsinfer_context.h
Copyright (c) 2018-2020, NVIDIA CORPORATION.
_NvDsInferContextInitParams
Holds the initialization parameters required for the NvDsInferContext interface.
Definition:
nvdsinfer_context.h:233
Advance Information | Subject to Change | Generated by NVIDIA | Mon Dec 11 2023 17:51:24 | PR-09318-R32