1 # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
3 @page landmarks_mainsection Landmark Perception
5 @note SW Release Applicability: This module is available in **NVIDIA DRIVE Software** releases.
9 The Landmark Detection module detects landmarks through a streamed video as input. It involves loading the NVIDIA proprietary landmark detection deep neural network: **MapNet**. MapNet runs inference using the loaded network, and post-processes the network output to receive an array of landmark polylines.
11 There are four types of landmarks currently supported: lane markings, poles, road markings, and intersection markings. \n Additional landmark types will be supported in the future.
13 The Road mark classifier module classifies road markings on camera images using output from landmark detector. NVIDIA proprietary DNN named **RoadMarkNet** will return the type of detected road marking.
17 - @ref dwx_landmark_perception_sample
18 - @ref dwx_landmark_detection_by_regressor_net_sample
19 - @ref dwx_roadmark_classification_sample
23 - @ref landmarks_usecase_regressor
24 - @ref landmarks_usecase_segmentation
25 - @ref landmarks_usecase_e2e
26 - @ref roadmark_classification_usecase
30 - @ref landmarkdetection_group
31 - @ref roadmarkclassifier_group