dstest2_tracker_config.txt 1.54 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
################################################################################
# SPDX-FileCopyrightText: Copyright (c) 2018-2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
#
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
# property and proprietary rights in and to this material, related
# documentation and any modifications thereto. Any use, reproduction,
# disclosure or distribution of this material and related documentation
# without an express license agreement from NVIDIA CORPORATION or
# its affiliates is strictly prohibited.
################################################################################

# Mandatory properties for the tracker:
#   tracker-width, tracker-height: needs to be multiple of 32 for NvDCF and NvDeepSORT
#   gpu-id
#   ll-lib-file: path to low-level tracker lib
#   ll-config-file: required to set different tracker types
#
[tracker]
tracker-width=960
tracker-height=544
22
gpu-id=3
23
24
25
ll-lib-file= /opt/deepstream/lib/libnvds_nvmultiobjecttracker.so
# ll-config-file required to set different tracker types
# ll-config-file=../../../../samples/configs/deepstream-app/config_tracker_IOU.yml
26
27
ll-config-file=../../../sugon_samples/configs/deepstream-app/config_tracker_NvSORT.yml
# ll-config-file=../../../samples/configs/deepstream-app/config_tracker_NvDCF_perf.yml
28
29
# ll-config-file=../../../../samples/configs/deepstream-app/config_tracker_NvDCF_accuracy.yml
# ll-config-file=../../../../samples/configs/deepstream-app/config_tracker_NvDeepSORT.yml