DeepStream 技能
NVIDIA视频分析框架
何时使用
- 多路视频分析
- 目标检测追踪
- 智能监控
架构
App -> Source -> Decoder -> Streammux -> Inference -> Tracker -> Sink
示例配置
source0: type=4
decoder: type=1
streammux:
width: 1920
height: 1080
batch-size: 4
primary-detector:
plugin: nvinfer
config-file: config_yolo.txt
tracker:
plugin: nvdsosd
运行
deepstream-app -c source4_1080p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt
常用插件
- nvdsvideotemplate: 自定义处理
- nvmsgconv: 消息转换
- nvmsgbroker: 消息发送