################################################################################ # 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 gpu-id=3 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 ll-config-file=../../../sugon_samples/configs/deepstream-app/config_tracker_NvSORT.yml # ll-config-file=../../../samples/configs/deepstream-app/config_tracker_NvDCF_perf.yml # ll-config-file=../../../../samples/configs/deepstream-app/config_tracker_NvDCF_accuracy.yml # ll-config-file=../../../../samples/configs/deepstream-app/config_tracker_NvDeepSORT.yml