Performance¶
DeepStream application is benchmarked across various NVIDIA TAO Toolkit and open source models. The measured performance represents end-to-end performance of the entire video analytic application considering video capture and decode, pre-processing, batching, inference, and post-processing to generate metadata. The output rendering is turned off to achieve peak inference performance. For information on disabling the output rendering, see DeepStream Reference Application - deepstream-app chapter.
TAO Pre-trained models¶
TAO toolkit has a set of pretrained models listed in the table below. If the models below satisfy your requirement, you should start with one of them. These could be used for various applications in smart city or smart places. If your application is beyond the scope of these models, you may re-train one of the popular model architecture using TAO toolkit. The table below shows the end-to-end performance on highly accurate pre-trained models from TAO toolkit. All models are available on NGC. These models are natively integrated with DeepStream and the instructions to run these models are in /opt/nvidia/deepstream/deepstream-6.2/samples/configs/tao_pretrained_models/
. The following numbers are obtained with sample_1080p_h265.mp4
.
¶ Jetson
AGX
Orin
Jetson
Orin
NX
Jetson
AGX
Xavier
Jetson
Xavier
NX
Model Arch
Inference resolution
Precision
GPU
(FPS)
DLA1 /DLA2 (FPS)
GPU
(FPS)
DLA1/ DLA2 (FPS)
GPU (FPS)
DLA1/ DLA2 (FPS)
GPU
(FPS)
DLA1/ DLA2 (FPS)
960x544
INT8
456
130
141
65
137
29
79
23
TrafficCamNet – ResNet18 License Plate Detection License Plate Recognition
960x544 640x480 96x48
INT8
379
NA
143
NA
139
NA
80
NA
960x544
INT8
1120
448
547
259
488
116
288
91
960x544
INT8
1120
440
531
249
465
118
275
94
384x240
INT8
1126
561
975
487
2006
634
1175
491
All the models in the table above can run solely on DLA. This saves valuable GPU resources to run more complex models.
Note
Running inference simultaneously on multiple models is not supported on the DLA. You can only run one model at a time on the DLA.
NA : Not available for Jetson
T4 |
A100 PCIe |
A30 |
A2 |
A10 |
||||
---|---|---|---|---|---|---|---|---|
Model Arch |
Inference resolution |
Precision |
Inference Engine |
GPU (FPS) |
GPU (FPS) |
GPU (FPS) |
GPU (FPS) |
GPU (FPS) |
960x544 |
INT8 |
TRT |
420 |
2336 |
1440 |
233 |
994 |
|
960x544 |
INT8 |
Triton |
406 |
2101 |
1244 |
221 |
928 |
|
960x544 |
INT8 |
Triton gRPC |
389 |
1944 |
1073 |
2104 |
859 |
|
TrafficCamNet – ResNet18 License Plate Detection License Plate recognition |
960x544 640x480 96x48 |
INT8 |
TRT |
455 |
2059 |
1301 |
290 |
1155 |
960x544 |
INT8 |
TRT |
1405 |
5202 |
3657 |
908 |
2488 |
|
960x544 |
INT8 |
TRT |
1365 |
5152 |
3630 |
849 |
2447 |
|
384x240 |
INT8 |
TRT |
2518 |
5632 |
5621 |
3166 |
3164 |
Note
NA : Not available
DeepStream reference model and tracker¶
DeepStream SDK ships with a reference DetectNet_v2-ResNet10 model and three ResNet18 classifier models. The detailed instructions to run these models with DeepStream are provided in the next section. DeepStream provides four reference trackers: IOU, NvSORT, NvDeepSORT and NvDCF. For more information about trackers, See the Gst-nvtracker section.
Configuration File Settings for Performance Measurement¶
To achieve peak performance, make sure the devices are properly cooled. For Turing and Ampere GPUs, make sure you use a server that meets the thermal and airflow requirements. Along with the hardware setup, a few other options in the config file need to be set to achieve the published performance. Make the required changes to one of the config files from DeepStream SDK to replicate the peak performance.
Turn off output rendering, OSD, and tiler
OSD (on-screen display) is used to display bounding box, masks, and labels on the screen. If output rendering is disabled, creating bounding boxes is not required unless the output needs to be streamed over RTSP or saved to disk. Tiler is used to display the output in NxM tiled grid. It is not needed if rendering is disabled. Output rendering, OSD and tiler use some percentage of compute resources, so it can reduce the inference performance.
To disable OSD, tiled display and output sink, make the following changes in the DeepStream config file.
To disable OSD, change enable to 0
[osd] enable=0To disable tiling, change enable to 0
[tiled-display] enable=0To turn-off output rendering, change the sink to fakesink.
[sink0] enable=1 #Type - 1=FakeSink 2=EglSink 3=File type=1 sync=0
Use the max_perf setting for tracker
DeepStream SDK 6.2 introduces a new reference low-level tracker library, NvMultiObjectTracker, along with a set of configuration files:
config_tracker_IOU.yml
config_tracker_NvDCF_max_perf.yml
config_tracker_NvDCF_perf.yml
config_tracker_NvDCF_accuracy.yml
To achieve the peak performance shown in the table above when using the NvDCF tracker, make sure the max_perf configuration is used with video frame resolution matched to that of the inference module. If the inference module uses 480x272 resolution, for example, it would be recommended to use a reduced resolution (e.g., 480x288) for the tracker module like the following:
[tracker]
enable=1
tracker-width=480
tracker-height=288
ll-lib-file=/opt/nvidia/deepstream/deepstream/lib/libnvds_nvmultiobjecttracker.so
#ll-config-file=/opt/nvidia/deepstream/deepstream/samples/configs/deepstream-app/config_tracker_IOU.yml
ll-config-file=/opt/nvidia/deepstream/deepstream/samples/configs/deepstream-app/config_tracker_NvDCF_max_perf.yml
gpu-id=0
enable-batch-process=1
display-tracking-id=1
When the IOU tracker is used, the video frame resolution doesn’t matter, and the default config_tracker_IOU.yml
can be used.
To use DLA on Jetson AGX Xavier and Xavier NX for performance measurement, please refer to “Using DLA for inference” section in the Quickstart Guide.
DeepStream reference model¶
Data center GPU - GA100¶
This section describes configuration and settings for the DeepStream SDK on NVIDIA Data center GPU - GA100.
System Configuration¶
The system configuration for the DeepStream SDK is listed below:
¶ System Configuration
Specification
CPU
AMD EPYC 7742 @ 2.25GHz 3.4GHz Turbo (Rome) HT Off
GPU
A100-PCIE-40GB(GA100) 1*40537 MiB 1*108 SM
Ubuntu
Ubuntu 20.04
GPU Driver
525.85.12
CUDA
11.8
TensorRT
8.5.2.2
GPU clock frequency
1410 MHz
Application Configuration¶
Config file: source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt
Change the following items in the config file:
The inference resolution of Primary GIE is specified in the
samples/models/Primary_detector/resnet10.prototxt
. In this file, change the dim (i.e. height and width of input tensor) from368x640
to272x480
.Change batch size under
streammux
andprimary-gie
to match the number of streams.Disable tiled display and rendering using instructions above.
Enable IoU tracker.
The application configuration for the DeepStream SDK is listed below:
¶ Application Configuration
Specification
N×1080p 30 fps stream
sample_1080p_h265.mp4
(provided with the SDK) N=189sample_1080p_h264.mp4
(provided with the SDK) N=94Primary GIE
Resnet10 (480×272)
Batch Size = N
Interval=0
Tracker
Enabled. Processing at 480×272 resolution, IOU tracker enabled.
3 × Secondary GIEs
- All batches size 32. Asynchronous mode enabled.
Secondary_VehicleTypes (224×224—Resnet18)
Secondary_CarColor (224×224—Resnet18)
Secondary_CarMake (224×224—Resnet18)
Tiled Display
Disabled
Rendering
Disabled
Achieved Performance The table below shows the achieved performance of the DeepStream SDK under the specified system and application configuration:
Stream type |
No. of Stream @ 30 FPS |
CPU Utilization |
GPU Utilization |
---|---|---|---|
H.265 |
189 |
5.37% |
42.98% |
H.264 |
94 |
2.98% |
19.17% |
Data center GPU - T4¶
This section describes configuration and settings for the DeepStream SDK on NVIDIA Data center GPU - T4.
System Configuration¶
The system configuration for the DeepStream SDK is listed below:
¶ System Configuration
Specification
CPU
Dual Intel® Xeon® CPU E5-2650 v4 @ 2.20GHz (48 threads total)
GPU
Tesla T4*
System Memory
360448Mb (22x16384) DDR42666, 2400MHz
Ubuntu
Ubuntu 20.04
GPU Driver
525.85.12
CUDA
11.8
TensorRT
8.5.2.2
GPU clock frequency
1513 MHz
Application Configuration¶
Config file: source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt
Change the following items in the config file:
The inference resolution of Primary GIE is specified in the
samples/models/Primary_detector/resnet10.prototxt
. In this file, change the dim (i.e. height and width of input tensor) from368x640
to272x480
.Change batch size under
streammux
andprimary-gie
to match the number of streams.Disable tiled display and rendering using instructions above.
Enable IoU tracker.
The application configuration for the DeepStream SDK is listed below:
¶ Application Configuration
Specification
N×1080p 30 fps stream
sample_1080p_h265.mp4
(provided with the SDK) N=78sample_1080p_h264.mp4
(provided with the SDK) N=43Primary GIE
Resnet10 (480×272)
Batch Size = N
Interval=0
Tracker
Enabled. Processing at 480×272 resolution, IOU tracker enabled.
3 × Secondary GIEs
- All batches size 32. Asynchronous mode enabled.
Secondary_VehicleTypes (224×224—Resnet18)
Secondary_CarColor (224×224—Resnet18)
Secondary_CarMake (224×224—Resnet18)
Tiled Display
Disabled
Rendering
Disabled
Achieved Performance The table below shows the achieved performance of the DeepStream SDK under the specified system and application configuration:
Stream type |
No. of Stream @ 30 FPS |
CPU Utilization |
GPU Utilization |
---|---|---|---|
H.265 |
78 |
2.95% |
46.03% |
H.264 |
43 |
1.93% |
23.42% |
Data center GPU - A30¶
This section describes configuration and settings for the DeepStream SDK on NVIDIA Data center GPU - A30.
System Configuration¶
The system configuration for the DeepStream SDK is listed below:
¶ System Configuration
Specification
CPU
AMD EPYC 7763 @2430 MHz
GPU
A30
Ubuntu
Ubuntu 20.04
GPU Driver
525.85.12
CUDA
11.8
TensorRT
8.5.2.2
GPU clock frequency
1440 MHz
Application Configuration¶
Config file: source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt
Change the following items in the config file:
The inference resolution of Primary GIE is specified in the
samples/models/Primary_detector/resnet10.prototxt
. In this file, change the dim (i.e. height and width of input tensor) from368x640
to272x480
.Change batch size under
streammux
andprimary-gie
to match the number of streams.Disable tiled display and rendering using instructions above.
Enable IoU tracker.
The application configuration for the DeepStream SDK is listed below:
¶ Application Configuration
Specification
N×1080p 30 fps stream
sample_1080p_h265.mp4
(provided with the SDK) N=156sample_1080p_h264.mp4
(provided with the SDK) N=72Primary GIE
Resnet10 (480×272)
Batch Size = N
Interval=0
Tracker
Enabled. Processing at 480×272 resolution, IOU tracker enabled.
3 × Secondary GIEs
- All batches size 32. Asynchronous mode enabled.
Secondary_VehicleTypes (224×224—Resnet18)
Secondary_CarColor (224×224—Resnet18)
Secondary_CarMake (224×224—Resnet18)
Tiled Display
Disabled
Rendering
Disabled
Achieved Performance The table below shows the achieved performance of the DeepStream SDK under the specified system and application configuration:
Stream type |
No. of Stream @ 30 FPS |
CPU Utilization |
GPU Utilization |
---|---|---|---|
H.265 |
156 |
5.45% |
46.71% |
H.264 |
72 |
1.97% |
19.58% |
Data center GPU - A2¶
This section describes configuration and settings for the DeepStream SDK on NVIDIA Data center GPU - A2.
System Configuration¶
The system configuration for the DeepStream SDK is listed below:
¶ System Configuration
Specification
CPU
AMD EPYC 7763 @2430 MHz
GPU
A2
Ubuntu
Ubuntu 20.04
GPU Driver
525.85.12
CUDA
11.8
TensorRT
8.5.2.2
GPU clock frequency
1770 MHz
Application Configuration¶
Config file: source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt
Change the following items in the config file:
The inference resolution of Primary GIE is specified in the
samples/models/Primary_detector/resnet10.prototxt
. In this file, change the dim (i.e. height and width of input tensor) from368x640
to272x480
.Change batch size under
streammux
andprimary-gie
to match the number of streams.Disable tiled display and rendering using instructions above.
Enable IoU tracker.
The application configuration for the DeepStream SDK is listed below:
¶ Application Configuration
Specification
N×1080p 30 fps stream
sample_1080p_h265.mp4
(provided with the SDK) N=88sample_1080p_h264.mp4
(provided with the SDK) N=49Primary GIE
Resnet10 (480×272)
Batch Size = N
Interval=0
Tracker
Enabled. Processing at 480×272 resolution, IOU tracker enabled.
3 × Secondary GIEs
- All batches size 32. Asynchronous mode enabled.
Secondary_VehicleTypes (224×224—Resnet18)
Secondary_CarColor (224×224—Resnet18)
Secondary_CarMake (224×224—Resnet18)
Tiled Display
Disabled
Rendering
Disabled
Achieved Performance The table below shows the achieved performance of the DeepStream SDK under the specified system and application configuration:
Stream type |
No. of Stream @ 30 FPS |
CPU Utilization |
GPU Utilization |
---|---|---|---|
H.265 |
88 |
2% |
94.97% |
H.264 |
49 |
1.16% |
48.03% |
Data center GPU - A10¶
This section describes configuration and settings for the DeepStream SDK on NVIDIA Data center GPU - A10.
System Configuration¶
The system configuration for the DeepStream SDK is listed below:
¶ System Configuration
Specification
CPU
AMD EPYC 7763 @2430 MHz
GPU
A10
Ubuntu
Ubuntu 20.04
GPU Driver
525.85.12
CUDA
11.8
TensorRT
8.5.2.2
GPU clock frequency
1695 MHz
Application Configuration¶
Config file: source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt
Change the following items in the config file:
The inference resolution of Primary GIE is specified in the
samples/models/Primary_detector/resnet10.prototxt
. In this file, change the dim (i.e. height and width of input tensor) from368x640
to272x480
.Change batch size under
streammux
andprimary-gie
to match the number of streams.Disable tiled display and rendering using instructions above.
Enable IoU tracker.
The application configuration for the DeepStream SDK is listed below:
¶ Application Configuration
Specification
N×1080p 30 fps stream
sample_1080p_h265.mp4
(provided with the SDK) N=103sample_1080p_h264.mp4
(provided with the SDK) N=45Primary GIE
Resnet10 (480×272)
Batch Size = N
Interval=0
Tracker
Enabled. Processing at 480×272 resolution, IOU tracker enabled.
3 × Secondary GIEs
- All batches size 32. Asynchronous mode enabled.
Secondary_VehicleTypes (224×224—Resnet18)
Secondary_CarColor (224×224—Resnet18)
Secondary_CarMake (224×224—Resnet18)
Tiled Display
Disabled
Rendering
Disabled
Achieved Performance The table below shows the achieved performance of the DeepStream SDK under the specified system and application configuration:
Stream type |
No. of Stream @ 30 FPS |
CPU Utilization |
GPU Utilization |
---|---|---|---|
H.265 |
103 |
2.34% |
30.92% |
H.264 |
45 |
0.84% |
12.05% |
Jetson¶
This section describes configuration and settings for the DeepStream SDK on NVIDIA Jetson™ platforms. JetPack 5.1 GA is used for software installation.
System Configuration¶
For the performance test:
Max power mode is enabled:
$ sudo nvpmodel -m 0
. For Jetson NX, use$ sudo nvpmodel -m 8
The GPU clocks are stepped to maximum:
$ sudo jetson_clocks
For information about supported power modes, see the “Supported Modes and Power Efficiency” section in the power management topics of NVIDIA Tegra Linux Driver Package Development Guide, e.g., “Power Management for Jetson AGX Xavier Devices.”
Jetson AGX Xavier¶
Config file: source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt
Change the following items in the config file:
The inference resolution of Primary GIE is specified in the
samples/models/Primary_detector/resnet10.prototxt
. In this file, change the dim (i.e. height and width of input tensor) from368x640
to272x480
.Change batch size under
streammux
andprimary-gie
to match the number of streams.Disable tiled display and rendering using instructions above.
Enable IOU tracker.
The following tables describe performance results for the NVIDIA Jetson AGX Xavier™.
¶ Application Configuration
Specification
N×1080p 30 fps streams
sample_1080p_h265.mp4
(provided with the SDK) N=54sample_1080p_h264.mp4
(provided with the SDK) N=34Primary GIE
Resnet10 (480×272) Asynchronous mode enabled
Batch Size = N
Interval = 0
Tracker
Enabled; processing at 480×272 resolution, IOU tracker enabled.
3× secondary GIEs
All batches are size 32.
Secondary_VehicleTypes (224×224—Resnet18)
Secondary_CarColor (224×224—Resnet18)
Secondary_CarMake (224×224—Resnet18)
OSD/tiled display
Disabled
Renderer
Disabled
Achieved Performance
Stream type |
No. of Stream @ 30 FPS |
CPU Utilization |
GPU Utilization |
---|---|---|---|
H.265 |
54 |
54.90% |
88.83% |
H.264 |
34 |
38.16% |
55.43% |
Jetson Xavier NX¶
Config file: source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt
Change the following items in the config file:
The inference resolution of Primary GIE is specified in the
samples/models/Primary_detector/resnet10.prototxt
. In this file, change the dim (i.e. height and width of input tensor) from368x640
to272x480
.Change batch size under
streammux
andprimary-gie
to match the number of streams.Disable tiled display and rendering using instructions above.
Enable IOU tracker.
The following tables describe performance results for the NVIDIA Jetson NX™.
Application Configuration |
Specification |
---|---|
N×1080p 30 fps streams |
sample_1080p_h265.mp4 (provided with the SDK) N=31sample_1080p_h264.mp4 (provided with the SDK) N=22 |
Primary GIE |
|
Tracker |
Enabled; processing at 480×272 resolution, IOU tracker enabled. |
3× secondary GIEs |
All batches are size 32.
|
OSD/tiled display |
Disabled |
Renderer |
Disabled |
Achieved Performance
Stream type |
No. of Stream @ 30 FPS |
CPU Utilization |
GPU Utilization |
---|---|---|---|
H.265 |
31 |
65.44% |
88.30% |
H.264 |
22 |
51.60% |
63.41% |
Jetson AGX Orin¶
Config file: source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt
Change the following items in the config file:
The inference resolution of Primary GIE is specified in the
samples/models/Primary_detector/resnet10.prototxt
. In this file, change the dim (i.e. height and width of input tensor) from368x640
to272x480
.Change batch size under
streammux
andprimary-gie
to match the number of streams.Disable tiled display and rendering using instructions above.
Enable IOU tracker.
The following tables describe performance results for the NVIDIA Jetson Orin™.
Application Configuration |
Specification |
---|---|
N×1080p 30 fps streams |
sample_1080p_h265.mp4 (provided with the SDK) N=37 sample_1080p_h264.mp4 (provided with the SDK) N=15 |
Primary GIE |
|
Tracker |
Enabled; processing at 480×272 resolution, IOU tracker enabled. |
3× secondary GIEs |
All batches are size 32.
|
OSD/tiled display |
Disabled |
Renderer |
Disabled |
Achieved Performance
Stream type |
No. of Stream @ 30 FPS |
CPU Utilization |
GPU Utilization |
---|---|---|---|
H.265 |
37 |
10.82% |
24.48% |
H.264 |
15 |
5.06% |
11.59% |
Jetson Orin NX¶
Config file: source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt
Change the following items in the config file:
The inference resolution of Primary GIE is specified in the
samples/models/Primary_detector/resnet10.prototxt
. In this file, change the dim (i.e. height and width of input tensor) from368x640
to272x480
.Change batch size under
streammux
andprimary-gie
to match the number of streams.Disable tiled display and rendering using instructions above.
Enable IOU tracker.
The following tables describe performance results for the NVIDIA Jetson Orin NX™.
Application Configuration |
Specification |
---|---|
N×1080p 30 fps streams |
sample_1080p_h265.mp4 (provided with the SDK) N=32 sample_1080p_h264.mp4 (provided with the SDK) N=13 |
Primary GIE |
|
Tracker |
Enabled; processing at 480×272 resolution, IOU tracker enabled. |
3× secondary GIEs |
All batches are size 32.
|
OSD/tiled display |
Disabled |
Renderer |
Disabled |
Achieved Performance
Stream type |
No. of Stream @ 30 FPS |
CPU Utilization |
GPU Utilization |
---|---|---|---|
H.265 |
32 |
15.54% |
49.37% |
H.264 |
13 |
7.55% |
21.31% |