objectDetector_Yolo_custom/ModelX/primary/includes/nvdsinfer_utils.h
2022-07-20 13:51:05 +07:00

23 lines
656 B
C
Executable File

/*
* Copyright (c) 2018-2019, 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.
*/
/**
* @file
* <b>Utility functions required by DeepStream Inferance API </b>
*/
#ifndef __NVDSINFER_UTILS_H__
#define __NVDSINFER_UTILS_H__
#include "nvdsinfer_dbscan.h"
#include "nvdsinfer_tlt.h"
#endif