Go to the source code of this file.
Macros | |
| #define | DEFAULT_PRE_CLUSTER_THRESHOLD 0.2 |
| Copyright (c) 2022, NVIDIA CORPORATION. More... | |
| #define | DEFAULT_POST_CLUSTER_THRESHOLD 0.0 |
| #define | DEFAULT_EPS 0.0 |
| #define | DEFAULT_GROUP_THRESHOLD 0 |
| #define | DEFAULT_MIN_BOXES 0 |
| #define | DEFAULT_DBSCAN_MIN_SCORE 0 |
| #define | DEFAULT_NMS_IOU_THRESHOLD 0.3 |
| #define | DEFAULT_TOP_K -1 |
Functions | |
| gboolean | gst_nvinfer_parse_config_file_yaml (GstNvInfer *nvinfer, NvDsInferContextInitParams *init_params, const gchar *cfg_file_path) |
| gboolean | gst_nvinfer_parse_context_params_yaml (NvDsInferContextInitParams *params, const gchar *cfg_file_path) |
| #define DEFAULT_DBSCAN_MIN_SCORE 0 |
Definition at line 25 of file gstnvinfer_yaml_parser.h.
| #define DEFAULT_EPS 0.0 |
Definition at line 22 of file gstnvinfer_yaml_parser.h.
| #define DEFAULT_GROUP_THRESHOLD 0 |
Definition at line 23 of file gstnvinfer_yaml_parser.h.
| #define DEFAULT_MIN_BOXES 0 |
Definition at line 24 of file gstnvinfer_yaml_parser.h.
| #define DEFAULT_NMS_IOU_THRESHOLD 0.3 |
Definition at line 26 of file gstnvinfer_yaml_parser.h.
| #define DEFAULT_POST_CLUSTER_THRESHOLD 0.0 |
Definition at line 21 of file gstnvinfer_yaml_parser.h.
| #define DEFAULT_PRE_CLUSTER_THRESHOLD 0.2 |
Copyright (c) 2022, NVIDIA CORPORATION.
All rights reserved.
NVIDIA Corporation and its licensors retain all intellectual property and proprietary rights in and to this software, related documentation and any modifications thereto. Any use, reproduction, disclosure or distribution of this software and related documentation without an express license agreement from NVIDIA Corporation is strictly prohibited.
Definition at line 20 of file gstnvinfer_yaml_parser.h.
| #define DEFAULT_TOP_K -1 |
Definition at line 27 of file gstnvinfer_yaml_parser.h.
| gboolean gst_nvinfer_parse_config_file_yaml | ( | GstNvInfer * | nvinfer, |
| NvDsInferContextInitParams * | init_params, | ||
| const gchar * | cfg_file_path | ||
| ) |
| gboolean gst_nvinfer_parse_context_params_yaml | ( | NvDsInferContextInitParams * | params, |
| const gchar * | cfg_file_path | ||
| ) |