1 # Copyright (c) 2018-2019 NVIDIA CORPORATION. All rights reserved.
3 @page object_description1 Object Detector
5 @note SW Release Applicability: This tutorial is applicable to modules in **NVIDIA DRIVE Software** releases.
7 The Object Detector module implements functionality to load @ref drivenet_mainsection and run
8 several processing steps to detect all objects in the image. It is based on a
9 deep neural network with image pre-processing and detection post-processing. The processing steps
10 are illustrated in the following image.
12 
14 For an example see @ref object_usecase1.