# Qualcomm Neural Processing SDK 用例

Source: [https://docs.qualcomm.com/doc/80-70014-50Y/topic/qualcomm-neural-processing-sdk-use-cases.html](https://docs.qualcomm.com/doc/80-70014-50Y/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-70014-50Y/topic/gstreamer-application-use-cases.html) 中提到的前提条件。

- **[使用 Neural Processing SDK 进行图像分类和显示](https://docs.qualcomm.com/doc/80-70014-50Y/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-70014-50Y/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-70014-50Y/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-70014-50Y/topic/single-camera-stream-with-object-detection-and-encode-with-mobilenet-v2-ssd.html)**  

这些用例使用 yolonas.dlc 目标检测模型和 Neural Processing SDK 来识别摄像头流中的目标对象，在检测到的对象上叠加或合成边框，接着将数据流编码为 H.264 比特流。
- **[使用 Neural Processing SDK 进行图像分割和显示](https://docs.qualcomm.com/doc/80-70014-50Y/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-70014-50Y/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-70014-50Y/topic/machine-learning-use-cases.html)

**Related Resources**  

- [Qualcomm GST 插件](https://docs.qualcomm.com/doc/80-70014-50Y/topic/qim-sdk-plugins.html)

Last Published: Nov 11, 2025

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