# Qualcomm Neural Processing SDK 用例

Source: [https://docs.qualcomm.com/doc/80-70015-50SC/topic/qualcomm-neural-processing-sdk-use-cases.html](https://docs.qualcomm.com/doc/80-70015-50SC/topic/qualcomm-neural-processing-sdk-use-cases.html)

Qualcomm Neural Processing SDK（原称为 Qualcomm Snapdragon Neural Processing Engine (SNPE)）用于运行深度神经网络进行推理。这些用例描述了使用不同 ML 模型的图像分类、目标检测和图像分割场景。

Note: Pipeline 中使用的深度学习容器 (DLC) 模型随 Qualcomm Neural Processing SDK 版本一同提供。

在运行用例之前，须完成 [GStreamer 命令行用例](https://docs.qualcomm.com/doc/80-70015-50SC/topic/gstreamer-application-use-cases.html)中提到的前提条件。

- **[使用 Neural Processing SDK 进行图像分类和显示](https://docs.qualcomm.com/doc/80-70015-50SC/topic/single-camera-stream-with-image-classification-and-display-with-mobilenet-v1.html)**  

这些用例使用带有 Qualcomm Neural Processing SDK 的 Inceptionv3 模型对场景进行分类，叠加或合成分类标签，接着显示结果。
- **[使用 Neural Processing SDK 进行图像分类和编码](https://docs.qualcomm.com/doc/80-70015-50SC/topic/single-camera-stream-with-image-classification-and-encode-with-mobilenet-v1.html)**  

这些用例使用 InceptionV3 图像分类模型和 Qualcomm Neural Processing SDK 对单个摄像头流中的场景进行分类，叠加或合成分类标签，然后对流进行编码。
- **[使用 Neural Processing SDK 进行目标检测和显示](https://docs.qualcomm.com/doc/80-70015-50SC/topic/single-camera-stream-with-object-detection-and-display-with-mobilenet-v2-ssd.html)**  

这些用例使用 yolonas.dlc 目标检测模型和 Qualcomm Neural Processing SDK 来识别摄像头流中的目标对象，在检测到的目标对象上叠加或合成边框，然后显示结果。
- **[使用 Neural Processing SDK 进行目标检测和编码](https://docs.qualcomm.com/doc/80-70015-50SC/topic/single-camera-stream-with-object-detection-and-encode-with-mobilenet-v2-ssd.html)**  

这些用例使用 yolonas.dlc 目标检测模型和 Qualcomm Neural Processing SDK 来识别摄像头流中的目标对象，在检测到的目标对象上叠加或合成边框，然后将数据流编码为 H.264 码流。
- **[使用 Neural Processing SDK 进行图像分割和显示](https://docs.qualcomm.com/doc/80-70015-50SC/topic/single-camera-stream-with-image-segmentation-and-display-with-deeplabv3-quantized.html)**  

该用例使用 DeepLab v3 模型和 Qualcomm Neural Processing SDK runtime，从摄像头流中识别场景中的语义分割，使用 qtivcomposer 合成语义和视频流，然后显示结果。
- **[使用 Neural Processing SDK 进行图像分割和编码](https://docs.qualcomm.com/doc/80-70015-50SC/topic/single-camera-stream-with-image-segmentation-and-encode-with-deeplabv3-quantized.html)**  

该用例使用 DeepLab v3 模型和 Qualcomm Neural Processing SDK runtime 来合成语义分割和原始视频流，对该数据流进行编码，然后在 MP4 容器中对其进行多路复用。

**Parent Topic:** [机器学习用例](https://docs.qualcomm.com/doc/80-70015-50SC/topic/machine-learning-use-cases.html)

**Related Resources**  

- [Qualcomm GStreamer 插件](https://docs.qualcomm.com/doc/80-70015-50SC/topic/qim-sdk-plugins.html)

Last Published: Nov 11, 2025

[Previous Topic
使用 TFLite 进行姿态估计和编码](https://docs.qualcomm.com/bundle/publicresource/80-70015-50SC/topics/single-camera-stream-with-pose-estimation-and-encode.md) [Next Topic
使用 Neural Processing SDK 进行图像分类和显示](https://docs.qualcomm.com/bundle/publicresource/80-70015-50SC/topics/single-camera-stream-with-image-classification-and-display-with-mobilenet-v1.md)