DriveWorks SDK Reference
3.0.4260 Release
For Test and Development only

LightNet
Note
SW Release Applicability: This module is available in NVIDIA DRIVE Software releases.

About This Module

This module provides the APIs to initialize, query, and release the NVIDIA proprietary traffic light classification deep neural network: LightNet.

The data structures include:

DriveWorks comes with the LightNet model:

Inputs

LightNet consumes FP16 planar frames with a resolution of 960x604 pixels from AR0231 cameras (revision >= 4).

Outputs

LightNet currently supports 21 traffic light classes:

# TRAFFIC LIGHT STATE NAME LIGHT ICON DESCRIPTION
1 TLGreenArrowDown
green_down.png
Green down arrow.
2 TLGreenArrowLeft
green_arr_left.png
Green left arrow.
3 TLGreenArrowRight
green_arr_right.png
Green right arrow.
4 TLGreenArrowStraight
green_up.png
Green straight arrow.
5 TLGreenLightGreenArrowLeft
green_green_arr_left.png
Green solid along with a green left arrow.
6 TLGreenLightGreenArrowRight
green_green_arr_right.png
Green solid along with a green right arrow.
7 TLGreenLightRedArrowLeft
green_red_arr_left.png
Green solid along with a red left arrow.
8 TLGreenLightRedArrowRight
green_red_arr_right.png
Green solid along with a red right arrow.
9 TLRedArrowLeft
red_arr_left.png
Red left arrow.
10 TLRedArrowRight
red_arr_right.png
Red left arrow.
11 TLRedLight
red_solid.png
Red solid.
12 TLRedLightGreenArrowLeft
red_green_arr_left.png
Red solid along with a green left arrow.
13 TLRedLightGreenArrowRight
red_green_arr_right.png
Red solid along with a green right arrow.
14 TLRedLightRedArrowLeft
red_red_arr_left.png
Red solid along with a red left arrow.
15 TLRedLightRedArrowRight
red_red_arr_right.png
Red solid along with a red right arrow.
16 TLYellowArrowLeft
yellow_arr_left.png
Yellow left arrow.
17 TLYellowArrowRight
yellow_arr_right.png
Yellow right arrow.
18 TLYellowLight
yellow_solid.png
Yellow solid.
19 TrafficLightGreen
green_solid.png
Green solid.
20 TLStatelessOrSide
stateless.png
The traffic light shows no light, is seen from the side, or not activated.
21 TLLaneClosed
lane_closed.png
Red cross signal.
22 Invalid
invalid.png
Not a traffic light object.

Additional Information

Warning
The LightNet model currently deployed is mostly trained with United States traffic lights. It might experience reduced accuracy in other regions, particularly for light patterns not present in the US.

Relevant Tutorials

APIs