# Supported Models This page lists models supported by DL Streamer. > **NOTE:** DL Streamer relies on inference provided by the [OpenVINO™](https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/overview.html) toolkit. Whether a particular model can be used on a given platform depends on its compatibility with OpenVINO™. See the [OpenVINO™ documentation](https://docs.openvino.ai/2026/documentation/compatibility-and-support/supported-models.html) for details. ## Supported Architectures DL Streamer supports the following model architectures from [GETI](https://docs.geti.intel.com/docs/user-guide/getting-started/use-geti/supported-models) and major model hubs such as [Ultralytics](https://www.ultralytics.com/) and [Hugging Face](https://huggingface.co/). The table provides links to model preparation instructions describing download and conversion steps that can be performed either manually or by using dedicated scripts. | Architecture | Model Preparation | Example Model | Demo App | |---------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | **--- Anomaly Detection:** | | | | | Padim | [GETI](https://docs.geti.intel.com/docs/user-guide/getting-started/use-geti/supported-models) |   | [GETI Deployment](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/geti_deployment) | | STFPM | [GETI](https://docs.geti.intel.com/docs/user-guide/getting-started/use-geti/supported-models) |   | [GETI Deployment](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/geti_deployment) | | UFlow | [GETI](https://docs.geti.intel.com/docs/user-guide/getting-started/use-geti/supported-models) |   | [GETI Deployment](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/geti_deployment) | | **--- Detection:** | | | | | YOLOv5u | [Ultralytics Exporter](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/yolo_models.html) | [yolov5nu.pt](https://github.com/ultralytics/assets/releases/download/v8.4.0/yolov5nu.pt) | [Object Detection and Classification with YOLO](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/detection_with_yolo) | | YOLOv8 | [Ultralytics Exporter](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/yolo_models.html) | [yolov8n.pt](https://github.com/ultralytics/assets/releases/download/v8.4.0/yolov8n.pt) | [Object Detection and Classification with YOLO](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/detection_with_yolo) | | YOLOv9 | [Ultralytics Exporter](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/yolo_models.html) | [yolov9s.pt](https://github.com/ultralytics/assets/releases/download/v8.4.0/yolov9s.pt) | [Object Detection and Classification with YOLO](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/detection_with_yolo) | | YOLOv10 | [Ultralytics Exporter](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/yolo_models.html) | [yolov10n.pt](https://github.com/ultralytics/assets/releases/download/v8.4.0/yolov10n.pt) | [Object Detection and Classification with YOLO](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/detection_with_yolo) | | YOLO11 | [Ultralytics Exporter](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/yolo_models.html) | [yolo11n.pt](https://github.com/ultralytics/assets/releases/download/v8.4.0/yolo11n.pt) | [Object Detection and Classification with YOLO](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/detection_with_yolo) | | YOLO26 | [Ultralytics Exporter](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/yolo_models.html) | [yolo26n.pt](https://github.com/ultralytics/assets/releases/download/v8.4.0/yolo26n.pt) | [Object Detection and Classification with YOLO](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/detection_with_yolo) | | YOLOE-26 | [Ultralytics Exporter](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/yolo_models.html) | [yoloe-26n-seg.pt](https://github.com/ultralytics/assets/releases/download/v8.4.0/yoloe-26n-seg.pt) | [Prompt-based Object Detection](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/python/prompted_detection) | | RTDetrForObjectDetection | [Optimum-onnx + OpenVINO ovc](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/transformers.html) | [PekingU/​rrtdetr_r50vd](https://huggingface.co/PekingU/rtdetr_r50vd) | [Smart Network Video Recorder for Lane Hogging Detection](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/python/smart_nvr) | | RtDetrV2ForObjectDetection | [Optimum-onnx + OpenVINO ovc](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/transformers.html) | [PekingU/​rtdetr_v2_r18vd](https://huggingface.co/PekingU/rtdetr_v2_r18vd) | [Smart Network Video Recorder for Lane Hogging Detection](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/python/smart_nvr) | | ATSS with ResNet or MobilenetV2 | [GETI](https://docs.geti.intel.com/docs/user-guide/getting-started/use-geti/supported-models) |   |   | | SSD with MobilenetV2 | [GETI](https://docs.geti.intel.com/docs/user-guide/getting-started/use-geti/supported-models) |   |   | | RT-DETR | [GETI](https://docs.geti.intel.com/docs/user-guide/getting-started/use-geti/supported-models) |   |   | | YOLOX | [GETI](https://docs.geti.intel.com/docs/user-guide/getting-started/use-geti/supported-models) |   |   | | D-Fine | [GETI](https://docs.geti.intel.com/docs/user-guide/getting-started/use-geti/supported-models) |   |   | | [CenterFace](https://github.com/Star-Clouds/CenterFace/tree/master) | [download_public_models.sh](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/download_public_models.sh) | [centerface.onnx](https://github.com/Star-Clouds/CenterFace/blob/master/models/onnx/centerface.onnx) | [Custom Post-Processing Library Sample - Classification](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/custom_postproc/classify) | | [YOLOv7](https://github.com/WongKinYiu/yolov7) | [download_public_models.sh](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/download_public_models.sh)
labels-file=[coco_80cl.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_80cl.txt)
model-proc=[yolo-v7.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/yolo-v7.json) | [yolov7.pt](https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7.pt) | [Object Detection and Classification with YOLO](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/detection_with_yolo) | | **--- Emotion Recognition:** | | | | | [HSEmotion](https://github.com/av-savchenko/face-emotion-recognition/tree/main) | [download_public_models.sh](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/download_public_models.sh) | [enet_b0_8_va_mtl.onnx](https://github.com/sb-ai-lab/EmotiEffLib/blob/main/models/affectnet_emotions/onnx/enet_b0_8_va_mtl.onnx) | [Custom Post-Processing Library Sample - Classification](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/custom_postproc/classify) | | **--- Feature Extraction:** | | |   | | [Mars-small128](https://github.com/ZQPei/deep_sort_pytorch) | [download_public_models.sh](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/download_public_models.sh) |   | [Deep SORT Tracking](https://github.com/open-edge-platform/dlstreamer/blob/main/docs/user-guide/dev_guide/object_tracking.md#deep-sort-tracking) | | **--- Image Classification:** | | | | | ViTForImageClassification | [Optimum-Intel](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/transformers.html) | [dima806/​fairface_age_image_detection](https://huggingface.co/dima806/fairface_age_image_detection) | [Face Detection and Classification](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/python/face_detection_and_classification) | | Mobilenet-V3 | [GETI](https://docs.geti.intel.com/docs/user-guide/getting-started/use-geti/supported-models) |   |   | | EfficientNet-B0 | [GETI](https://docs.geti.intel.com/docs/user-guide/getting-started/use-geti/supported-models) |   |   | | DeitTiny | [GETI](https://docs.geti.intel.com/docs/user-guide/getting-started/use-geti/supported-models) |   |   | | **--- Image Embeddings:** | | | | | CLIPModel | [CLIP ViT Conversion](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/transformers.html) | [openai/​clip-vit-large-patch14](https://huggingface.co/openai/clip-vit-large-patch14) | [Frame Embeddings](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/gst_launch/lvm/README.md) | | **--- Instance Segmentation:** | | | | | YOLOv8-seg | [Ultralytics Exporter](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/yolo_models.html) | [yolov8n-seg.pt](https://github.com/ultralytics/assets/releases/download/v8.4.0/yolov8n-seg.pt) | [Object Detection and Classification with YOLO](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/detection_with_yolo) | | YOLO11-seg | [Ultralytics Exporter](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/yolo_models.html) | [yolo11n-seg.pt](https://github.com/ultralytics/assets/releases/download/v8.4.0/yolo11n-seg.pt) | [Object Detection and Classification with YOLO](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/detection_with_yolo) | | YOLO26-seg | [Ultralytics Exporter](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/yolo_models.html) | [yolo26n-seg.pt](https://github.com/ultralytics/assets/releases/download/v8.4.0/yolo26n-seg.pt) | [Object Detection and Classification with YOLO](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/detection_with_yolo) | | MaskRCNN with EfficientNet, ResNet50, or Swin Transformer | [GETI](https://docs.geti.intel.com/docs/user-guide/getting-started/use-geti/supported-models) |   |   | | RTMDet | [GETI](https://docs.geti.intel.com/docs/user-guide/getting-started/use-geti/supported-models) |   |   | | **--- Optical Character Recognition:** | | | | | [Paddle OCRv4](https://github.com/PaddlePaddle/PaddleOCR) | [download_public_models.sh](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/download_public_models.sh) | ch_PP-OCRv4_rec_infer | [License Plate Recognition Sample](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/license_plate_recognition) | | **--- Oriented Detection:** | | | | | YOLOv8-obb | [Ultralytics Exporter](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/yolo_models.html) | [yolov8n-obb.pt](https://github.com/ultralytics/assets/releases/download/v8.4.0/yolov8n-obb.pt) | [Object Detection and Classification with YOLO](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/detection_with_yolo) | | YOLO11-obb | [Ultralytics Exporter](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/yolo_models.html) | [yolo11n-obb.pt](https://github.com/ultralytics/assets/releases/download/v8.4.0/yolo11n-obb.pt) | [Object Detection and Classification with YOLO](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/detection_with_yolo) | | YOLO26-obb | [Ultralytics Exporter](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/yolo_models.html) | [yolo26n-obb.pt](https://github.com/ultralytics/assets/releases/download/v8.4.0/yolo26n-obb.pt) | [Object Detection and Classification with YOLO](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/detection_with_yolo) | | **--- Pose Estimation:** | | | | | YOLOv8-pose | [Ultralytics Exporter](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/yolo_models.html) | [yolov8n-pose.pt](https://github.com/ultralytics/assets/releases/download/v8.4.0/yolov8n-pose.pt) | [Object Detection and Classification with YOLO](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/detection_with_yolo) | | YOLO11-pose | [Ultralytics Exporter](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/yolo_models.html) | [yolo11n-pose.pt](https://github.com/ultralytics/assets/releases/download/v8.4.0/yolo11n-pose.pt) | [Object Detection and Classification with YOLO](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/detection_with_yolo) | | YOLO26-pose | [Ultralytics Exporter](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/yolo_models.html) | [yolo26n-pose.pt](https://github.com/ultralytics/assets/releases/download/v8.4.0/yolo26n-pose.pt) | [Object Detection and Classification with YOLO](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/detection_with_yolo) | | **--- Semantic Segmentation:** | | | | | Lite-HRNet | [GETI](https://docs.geti.intel.com/docs/user-guide/getting-started/use-geti/supported-models) |   |   | | SegNext | [GETI](https://docs.geti.intel.com/docs/user-guide/getting-started/use-geti/supported-models) |   |   | | DinoV2 | [GETI](https://docs.geti.intel.com/docs/user-guide/getting-started/use-geti/supported-models) |   |   | | **--- Speech Recognition:** | | | | | WhisperForConditionalGeneration | [Optimum-Intel](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/transformers.html) | [openai/​whisper-tiny](https://huggingface.co/openai/whisper-tiny) | [Audio Transcription](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/audio_transcribe) | | **--- VLM:** | | | | | InternVLChatModel | [Optimum-Intel](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/transformers.html) | [OpenGVLab/​InternVL2-1B](https://huggingface.co/OpenGVLab/InternVL2-1B) | [Gvagenai Demo](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/gvagenai) | | LlavaForConditionalGeneration | [Optimum-Intel](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/transformers.html) | [llava-hf/​llava-1.5-7b-hf](https://huggingface.co/llava-hf/llava-1.5-7b-hf) | [Gvagenai Demo](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/gvagenai) | | LlavaQwen2ForCausalLM | [Optimum-Intel](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/transformers.html) | [qnguyen3/​nanoLLaVA](https://huggingface.co/qnguyen3/nanoLLaVA) | [Gvagenai Demo](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/gvagenai) | | BunnyQwenForCausalLM | [Optimum-Intel](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/transformers.html) | [qnguyen3/​nanoLLaVA-1.5](https://huggingface.co/qnguyen3/nanoLLaVA-1.5) | [Gvagenai Demo](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/gvagenai) | | LlavaNextForConditionalGeneration | [Optimum-Intel](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/transformers.html) | [llava-hf/​llava-v1.6-mistral-7b-hf](https://huggingface.co/llava-hf/llava-v1.6-mistral-7b-hf) | [Gvagenai Demo](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/gvagenai) | | LlavaNextVideoForConditionalGeneration | [Optimum-Intel](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/transformers.html) | [llava-hf/​LLaVA-NeXT-Video-7B-hf](https://huggingface.co/llava-hf/LLaVA-NeXT-Video-7B-hf) | [Gvagenai Demo](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/gvagenai) | | MiniCPMO | [Optimum-Intel](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/transformers.html) | [openbmb/​MiniCPM-o-2_6](https://huggingface.co/openbmb/MiniCPM-o-2_6) | [Gvagenai Demo](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/gvagenai) | | MiniCPMV | [Optimum-Intel](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/transformers.html) | [openbmb/​MiniCPM-V-2_6](https://huggingface.co/openbmb/MiniCPM-V-2_6) | [Gvagenai Demo](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/gvagenai) | | Phi3VForCausalLM | [Optimum-Intel](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/transformers.html) | [microsoft/​Phi-3-vision-128k-instruct](https://huggingface.co/microsoft/Phi-3-vision-128k-instruct) | [Gvagenai Demo](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/gvagenai) | | Phi4MMForCausalLM | [Optimum-Intel](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/transformers.html) | [microsoft/​Phi-4-multimodal-instruct](https://huggingface.co/microsoft/Phi-4-multimodal-instruct) | [Gvagenai Demo](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/gvagenai) | | Qwen2VLForConditionalGeneration | [Optimum-Intel](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/transformers.html) | [Qwen/​Qwen2-VL-2B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-2B-Instruct) | [Gvagenai Demo](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/gvagenai) | | Qwen2_5_VLForConditionalGeneration | [Optimum-Intel](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/transformers.html) | [Qwen/​Qwen2.5-VL-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct) | [Gvagenai Demo](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/gvagenai) | | Gemma3ForConditionalGeneration | [Optimum-Intel](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/transformers.html) | [google/​gemma-3-4b-it](https://huggingface.co/google/gemma-3-4b-it) | [Gvagenai Demo](https://github.com/open-edge-platform/dlstreamer/tree/main/samples/gstreamer/gst_launch/gvagenai) | ## OMZ Models The table below lists supported models from [OpenVINO™ Open Model Zoo](https://github.com/openvinotoolkit/open_model_zoo/). These models can be downloaded using the [`download_omz_models.sh`](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/download_omz_models.sh) script: | Model Name | labels-file | model-proc | Demo App | |-------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------| | **--- Action Recognition:** | | | | | [action-recognition-0001](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/action-recognition-0001) | [kinetics_400.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/kinetics_400.txt) |   | [Action Recognition Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/action_recognition_demo/python) | | [driver-action-recognition-adas-0002](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/driver-action-recognition-adas-0002) | [driver_actions.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/driver_actions.txt) |   | [Action Recognition Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/action_recognition_demo/python) | | [weld-porosity-detection-0001](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/weld-porosity-detection-0001) |   | [weld-porosity-detection-0001.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/weld-porosity-detection-0001.json) | [Action Recognition Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/action_recognition_demo/python) | | **--- Classification:** | | | | | [anti-spoof-mn3](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/anti-spoof-mn3) |   | [anti-spoof-mn3.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/anti-spoof-mn3.json) | [Interactive Face Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/interactive_face_detection_demo/cpp_gapi) | | [densenet-121-tf](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/densenet-121-tf) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [dla-34](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/dla-34) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [efficientnet-b0](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/efficientnet-b0) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [efficientnet-b0-pytorch](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/efficientnet-b0-pytorch) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [efficientnet-v2-b0](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/efficientnet-v2-b0) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [efficientnet-v2-s](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/efficientnet-v2-s) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [emotion-ferplus-8](https://github.com/onnx/models/tree/main/validated/vision/body_analysis/emotion_ferplus) |   | [emotion-ferplus-8.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/onnx/emotion-ferplus-8.json) |   | | [googlenet-v1-tf](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/googlenet-v1-tf) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [googlenet-v2-tf](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/googlenet-v2-tf) | [imagenet_2012_bkgr.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012_bkgr.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [googlenet-v3](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/googlenet-v3) | [imagenet_2012_bkgr.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012_bkgr.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [googlenet-v3-pytorch](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/googlenet-v3-pytorch) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [googlenet-v4-tf](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/googlenet-v4-tf) | [imagenet_2012_bkgr.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012_bkgr.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [hbonet-0.25](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/hbonet-0.25) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [hbonet-1.0](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/hbonet-1.0) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [inception-resnet-v2-tf](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/inception-resnet-v2-tf) | [imagenet_2012_bkgr.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012_bkgr.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [mixnet-l](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/mixnet-l) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [mobilenet-v1-0.25-128](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/mobilenet-v1-0.25-128) | [imagenet_2012_bkgr.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012_bkgr.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [mobilenet-v1-1.0-224-tf](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/mobilenet-v1-1.0-224-tf) | [imagenet_2012_bkgr.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012_bkgr.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [mobilenet-v2-1.0-224](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/mobilenet-v2-1.0-224) | [imagenet_2012_bkgr.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012_bkgr.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [mobilenet-v2-1.4-224](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/mobilenet-v2-1.4-224) | [imagenet_2012_bkgr.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012_bkgr.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [mobilenet-v2-pytorch](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/mobilenet-v2-pytorch) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [mobilenet-v3-large-1.0-224-tf](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/mobilenet-v3-large-1.0-224-tf) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [mobilenet-v3-small-1.0-224-tf](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/mobilenet-v3-small-1.0-224-tf) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [mobilenetv2-7](https://github.com/onnx/models/tree/main/validated/vision/classification/mobilenet) |   | [mobilenetv2-7.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/onnx/mobilenetv2-7.json) |   | | [nfnet-f0](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/nfnet-f0) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [open-closed-eye-0001](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/open-closed-eye-0001) |   | [open-closed-eye-0001.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/open-closed-eye-0001.json) | [Gaze Estimation Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/gaze_estimation_demo/cpp_gapi) | | [regnetx-3.2gf](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/regnetx-3.2gf) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [repvgg-a0](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/repvgg-a0) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [repvgg-b1](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/repvgg-b1) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [repvgg-b3](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/repvgg-b3) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [resnest-50-pytorch](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/resnest-50-pytorch) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [resnet-18-pytorch](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/resnet-18-pytorch) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [resnet-34-pytorch](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/resnet-34-pytorch) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [resnet-50-pytorch](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/resnet-50-pytorch) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [resnet-50-tf](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/resnet-50-tf) | [imagenet_2012_bkgr.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012_bkgr.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [resnet18-xnor-binary-onnx-0001](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/resnet18-xnor-binary-onnx-0001) |   | [resnet18-xnor-binary-onnx-0001.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/resnet18-xnor-binary-onnx-0001.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [resnet50-binary-0001](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/resnet50-binary-0001) |   | [resnet50-binary-0001.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/resnet50-binary-0001.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [rexnet-v1-x1.0](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/rexnet-v1-x1.0) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [shufflenet-v2-x1.0](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/shufflenet-v2-x1.0) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | [swin-tiny-patch4-window7-224](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/swin-tiny-patch4-window7-224) | [imagenet_2012.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/imagenet_2012.txt) | [preproc-aspect-ratio.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-aspect-ratio.json) | [Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/classification_demo/python) | | **--- Detection:** | | | | | [efficientdet-d0-tf](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/efficientdet-d0-tf) | [coco_91cl.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_91cl.txt) |   | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [efficientdet-d1-tf](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/efficientdet-d1-tf) | [coco_91cl.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_91cl.txt) |   | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [face-detection-0200](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/face-detection-0200) |   | [face-detection-0200.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/face-detection-0200.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [face-detection-0202](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/face-detection-0202) |   | [face-detection-0202.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/face-detection-0202.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [face-detection-0204](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/face-detection-0204) |   | [face-detection-0204.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/face-detection-0204.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [face-detection-0205](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/face-detection-0205) |   | [face-detection-0205.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/face-detection-0205.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [face-detection-0206](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/face-detection-0206) |   | [face-detection-0206.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/face-detection-0206.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [face-detection-adas-0001](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/face-detection-adas-0001) |   | [face-detection-adas-0001.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/face-detection-adas-0001.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [face-detection-retail-0004](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/face-detection-retail-0004) |   | [face-detection-retail-0004.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/face-detection-retail-0004.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [face-detection-retail-0005](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/face-detection-retail-0005) |   | [face-detection-retail-0005.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/face-detection-retail-0005.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [faster_rcnn_inception_resnet_v2_atrous_coco](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/faster_rcnn_inception_resnet_v2_atrous_coco) | [coco_91cl_bkgr.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_91cl_bkgr.txt) | [preproc-image-info.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-image-info.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [faster_rcnn_resnet50_coco](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/faster_rcnn_resnet50_coco) | [coco_91cl_bkgr.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_91cl_bkgr.txt) | [preproc-image-info.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-image-info.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [horizontal-text-detection-0001](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/horizontal-text-detection-0001) |   | [horizontal-text-detection-0001.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/horizontal-text-detection-0001.json) | [Text Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/text_detection_demo/cpp) | | [mobilenet-yolo-v4-syg](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/mobilenet-yolo-v4-syg) |   | [mobilenet-yolo-v4-syg.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/mobilenet-yolo-v4-syg.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [pedestrian-and-vehicle-detector-adas-0001](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/pedestrian-and-vehicle-detector-adas-0001) |   | [pedestrian-and-vehicle-detector-adas-0001.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/pedestrian-and-vehicle-detector-adas-0001.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [pedestrian-detection-adas-0002](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/pedestrian-detection-adas-0002) |   | [pedestrian-detection-adas-0002.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/pedestrian-detection-adas-0002.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [person-detection-0200](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/person-detection-0200) |   | [person-detection-0200.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/person-detection-0200.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [person-detection-0201](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/person-detection-0201) |   | [person-detection-0201.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/person-detection-0201.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [person-detection-0202](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/person-detection-0202) |   | [person-detection-0202.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/person-detection-0202.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [person-detection-0203](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/person-detection-0203) |   | [person-detection-0203.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/person-detection-0203.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [person-detection-asl-0001](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/person-detection-asl-0001) |   | [person-detection-0203.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/person-detection-0203.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [person-detection-retail-0013](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/person-detection-retail-0013) |   | [person-detection-retail-0013.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/person-detection-retail-0013.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [person-vehicle-bike-detection-2000](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/person-vehicle-bike-detection-2000) |   | [person-vehicle-bike-detection-2000.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/person-vehicle-bike-detection-2000.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [person-vehicle-bike-detection-2001](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/person-vehicle-bike-detection-2001) |   | [person-vehicle-bike-detection-2001.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/person-vehicle-bike-detection-2001.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [person-vehicle-bike-detection-2002](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/person-vehicle-bike-detection-2002) |   | [person-vehicle-bike-detection-2002.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/person-vehicle-bike-detection-2002.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [person-vehicle-bike-detection-2003](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/person-vehicle-bike-detection-2003) |   | [person-vehicle-bike-detection-2003.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/person-vehicle-bike-detection-2003.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [person-vehicle-bike-detection-2004](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/person-vehicle-bike-detection-2004) |   | [person-vehicle-bike-detection-2004.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/person-vehicle-bike-detection-2004.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [person-vehicle-bike-detection-crossroad-0078](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/person-vehicle-bike-detection-crossroad-0078) |   | [person-vehicle-bike-detection-crossroad-0078.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/person-vehicle-bike-detection-crossroad-0078.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [person-vehicle-bike-detection-crossroad-1016](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/person-vehicle-bike-detection-crossroad-1016) |   | [person-vehicle-bike-detection-crossroad-1016.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/person-vehicle-bike-detection-crossroad-1016.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [person-vehicle-bike-detection-crossroad-yolov3-1020](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/person-vehicle-bike-detection-crossroad-yolov3-1020) |   | [person-vehicle-bike-detection-crossroad-yolov3-1020.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/person-vehicle-bike-detection-crossroad-yolov3-1020.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [product-detection-0001](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/product-detection-0001) |   | [product-detection-0001.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/product-detection-0001.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [retinaface-resnet50-pytorch](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/retinaface-resnet50-pytorch) |   |   | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [retinanet-tf](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/retinanet-tf) | [coco_91cl_bkgr.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_91cl_bkgr.txt) | [preproc-image-info.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-image-info.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [rfcn-resnet101-coco-tf](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/rfcn-resnet101-coco-tf) | [coco_91cl_bkgr.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_91cl_bkgr.txt) | [preproc-image-info.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-image-info.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [ssd_mobilenet_v1_coco](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/ssd_mobilenet_v1_coco) | [coco_91cl_bkgr.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_91cl_bkgr.txt) | [preproc-image-info.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-image-info.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [ssd_mobilenet_v2_coco](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/ssd_mobilenet_v2_coco) | [coco_91cl_bkgr.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_91cl_bkgr.txt) | [preproc-image-info.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-image-info.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [ssd_mobilenet_v1_fpn_coco](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/ssd_mobilenet_v1_fpn_coco) | [coco_91cl_bkgr.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_91cl_bkgr.txt) | [preproc-image-info.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-image-info.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [ssdlite_mobilenet_v2](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/ssdlite_mobilenet_v2) | [coco_91cl_bkgr.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_91cl_bkgr.txt) | [preproc-image-info.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-image-info.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [torchvision.models.detection.ssdlite320_mobilenet_v3_large](https://pytorch.org/vision/main/models/generated/torchvision.models.detection.ssdlite320_mobilenet_v3_large.html) | [coco_80cl.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_80cl.txt) |   |   | | [ultra-lightweight-face-detection-rfb-320](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/ultra-lightweight-face-detection-rfb-320) |   | [ultra-lightweight-face-detection-rfb-320.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/ultra-lightweight-face-detection-rfb-320.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [ultra-lightweight-face-detection-slim-320](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/ultra-lightweight-face-detection-slim-320) |   | [ultra-lightweight-face-detection-slim-320.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/ultra-lightweight-face-detection-slim-320.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [vehicle-detection-0200](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/vehicle-detection-0200) |   | [vehicle-detection-0200.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/vehicle-detection-0200.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [vehicle-detection-0201](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/vehicle-detection-0201) |   | [vehicle-detection-0201.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/vehicle-detection-0201.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [vehicle-detection-0202](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/vehicle-detection-0202) |   | [vehicle-detection-0202.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/vehicle-detection-0202.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [vehicle-detection-adas-0002](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/vehicle-detection-adas-0002) |   | [vehicle-detection-adas-0002.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/vehicle-detection-adas-0002.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [vehicle-license-plate-detection-barrier-0106](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/vehicle-license-plate-detection-barrier-0106) |   | [vehicle-license-plate-detection-barrier-0106.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/vehicle-license-plate-detection-barrier-0106.json) | [Security Barrier Camera Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/security_barrier_camera_demo/cpp) | | [vehicle-license-plate-detection-barrier-0123](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/vehicle-license-plate-detection-barrier-0123) |   | [vehicle-license-plate-detection-barrier-0123.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/vehicle-license-plate-detection-barrier-0123.json) | [Security Barrier Camera Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/security_barrier_camera_demo/cpp) | | [yolo-v3-tf](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/yolo-v3-tf) | [coco_80cl.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_80cl.txt) | [yolo-v3-tf.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/yolo-v3-tf.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [yolo-v3-tiny-tf](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/yolo-v3-tiny-tf) | [coco_80cl.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_80cl.txt) | [yolo-v3-tiny-tf.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/yolo-v3-tiny-tf.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [yolo-v4-tf](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/yolo-v4-tf) | [coco_80cl.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_80cl.txt) | [yolo-v4-tf.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/yolo-v4-tf.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [yolo-v4-tiny-tf](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/yolo-v4-tiny-tf) | [coco_80cl.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_80cl.txt) | [yolo-v4-tiny-tf.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/yolo-v4-tiny-tf.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | **Head Pose Estimation:** | | | | | [head-pose-estimation-adas-0001](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/head-pose-estimation-adas-0001) |   |   | [Gaze Estimation Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/gaze_estimation_demo/cpp_gapi) | | **Human Pose Estimation:** | | | | | [human-pose-estimation-0001](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/human-pose-estimation-0001) |   | [human-pose-estimation-0001.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/human-pose-estimation-0001.json) | [Multi Channel Human Pose Estimation Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/multi_channel_human_pose_estimation_demo/cpp) | | [single-human-pose-estimation-0001](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/single-human-pose-estimation-0001) |   | [single-human-pose-estimation-0001.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/single-human-pose-estimation-0001.json) | [Single Human Pose Estimation Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/single_human_pose_estimation_demo/python) | | **Instance Segmentation:** | | | | | [product-detection-0001](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/product-detection-0001) |   | [product-detection-0001.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/product-detection-0001.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [retinaface-resnet50-pytorch](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/retinaface-resnet50-pytorch) |   |   | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [retinanet-tf](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/retinanet-tf) | [coco_91cl_bkgr.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_91cl_bkgr.txt) | [preproc-image-info.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-image-info.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [rfcn-resnet101-coco-tf](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/rfcn-resnet101-coco-tf) | [coco_91cl_bkgr.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_91cl_bkgr.txt) | [preproc-image-info.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-image-info.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [ssd_mobilenet_v1_coco](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/ssd_mobilenet_v1_coco) | [coco_91cl_bkgr.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_91cl_bkgr.txt) | [preproc-image-info.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-image-info.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [ssd_mobilenet_v2_coco](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/ssd_mobilenet_v2_coco) | [coco_91cl_bkgr.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_91cl_bkgr.txt) | [preproc-image-info.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-image-info.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [ssd_mobilenet_v1_fpn_coco](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/ssd_mobilenet_v1_fpn_coco) | [coco_91cl_bkgr.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_91cl_bkgr.txt) | [preproc-image-info.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-image-info.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [ssdlite_mobilenet_v2](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/ssdlite_mobilenet_v2) | [coco_91cl_bkgr.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_91cl_bkgr.txt) | [preproc-image-info.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/preproc-image-info.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [ultra-lightweight-face-detection-rfb-320](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/ultra-lightweight-face-detection-rfb-320) |   | [ultra-lightweight-face-detection-rfb-320.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/ultra-lightweight-face-detection-rfb-320.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [ultra-lightweight-face-detection-slim-320](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/ultra-lightweight-face-detection-slim-320) |   | [ultra-lightweight-face-detection-slim-320.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/ultra-lightweight-face-detection-slim-320.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [vehicle-detection-0200](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/vehicle-detection-0200) |   | [vehicle-detection-0200.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/vehicle-detection-0200.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [vehicle-detection-0201](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/vehicle-detection-0201) |   | [vehicle-detection-0201.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/vehicle-detection-0201.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [vehicle-detection-0202](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/vehicle-detection-0202) |   | [vehicle-detection-0202.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/vehicle-detection-0202.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [vehicle-detection-adas-0002](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/vehicle-detection-adas-0002) |   | [vehicle-detection-adas-0002.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/vehicle-detection-adas-0002.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [vehicle-license-plate-detection-barrier-0106](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/vehicle-license-plate-detection-barrier-0106) |   | [vehicle-license-plate-detection-barrier-0106.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/vehicle-license-plate-detection-barrier-0106.json) | [Security Barrier Camera Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/security_barrier_camera_demo/cpp) | | [vehicle-license-plate-detection-barrier-0123](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/vehicle-license-plate-detection-barrier-0123) |   | [vehicle-license-plate-detection-barrier-0123.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/vehicle-license-plate-detection-barrier-0123.json) | [Security Barrier Camera Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/security_barrier_camera_demo/cpp) | | [yolo-v3-tf](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/yolo-v3-tf) | [coco_80cl.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_80cl.txt) | [yolo-v3-tf.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/yolo-v3-tf.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [yolo-v3-tiny-tf](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/yolo-v3-tiny-tf) | [coco_80cl.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_80cl.txt) | [yolo-v3-tiny-tf.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/yolo-v3-tiny-tf.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [yolo-v4-tf](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/yolo-v4-tf) | [coco_80cl.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_80cl.txt) | [yolo-v4-tf.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/yolo-v4-tf.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | [yolo-v4-tiny-tf](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/yolo-v4-tiny-tf) | [coco_80cl.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_80cl.txt) | [yolo-v4-tiny-tf.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/yolo-v4-tiny-tf.json) | [Object Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/object_detection_demo/cpp) | | **--- Head Pose Estimation:** | | | | | [head-pose-estimation-adas-0001](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/head-pose-estimation-adas-0001) |   |   | [Gaze Estimation Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/gaze_estimation_demo/cpp_gapi) | | **--- Human Pose Estimation:** | | | | | [human-pose-estimation-0001](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/human-pose-estimation-0001) |   | [human-pose-estimation-0001.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/human-pose-estimation-0001.json) | [Multi Channel Human Pose Estimation Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/multi_channel_human_pose_estimation_demo/cpp) | | [single-human-pose-estimation-0001](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/single-human-pose-estimation-0001) |   | [single-human-pose-estimation-0001.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/single-human-pose-estimation-0001.json) | [Single Human Pose Estimation Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/single_human_pose_estimation_demo/python) | | **--- Instance Segmentation:** | | | | | [instance-segmentation-person-0007](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/instance-segmentation-person-0007) |   |   | [Background Subtraction Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/background_subtraction_demo/cpp_gapi) | | [instance-segmentation-security-0002](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/instance-segmentation-security-0002) | [coco_80cl.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_80cl.txt) |   | [Background Subtraction Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/background_subtraction_demo/cpp_gapi) | | [instance-segmentation-security-0091](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/instance-segmentation-security-0091) | [coco_80cl.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_80cl.txt) |   | [Background Subtraction Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/background_subtraction_demo/cpp_gapi) | | [instance-segmentation-security-0228](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/instance-segmentation-security-0228) | [coco_80cl.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_80cl.txt) |   | [Background Subtraction Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/background_subtraction_demo/cpp_gapi) | | [instance-segmentation-security-1039](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/instance-segmentation-security-1039) | [coco_80cl.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_80cl.txt) |   | [Background Subtraction Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/background_subtraction_demo/cpp_gapi) | | [instance-segmentation-security-1040](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/instance-segmentation-security-1040) | [coco_80cl.txt](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/labels/coco_80cl.txt) |   | [Background Subtraction Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/background_subtraction_demo/cpp_gapi) | | [mask_rcnn_inception_resnet_v2_atrous_coco](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/mask_rcnn_inception_resnet_v2_atrous_coco) |   | [mask-rcnn.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/mask-rcnn.json) | [Mask RCNN Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/mask_rcnn_demo/cpp) | | [mask_rcnn_resnet50_atrous_coco](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/mask_rcnn_resnet50_atrous_coco) |   | [mask-rcnn.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/mask-rcnn.json) | [Mask RCNN Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/mask_rcnn_demo/cpp) | | **--- Object Attributes:** | | | | | [age-gender-recognition-retail-0013](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/age-gender-recognition-retail-0013) |   | [age-gender-recognition-retail-0013.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/age-gender-recognition-retail-0013.json) | [Interactive Face Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/interactive_face_detection_demo/cpp_gapi) | | [emotions-recognition-retail-0003](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/emotions-recognition-retail-0003) |   | [emotions-recognition-retail-0003.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/emotions-recognition-retail-0003.json) | [Interactive Face Detection Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/interactive_face_detection_demo/cpp_gapi) | | [facial-landmarks-35-adas-0002](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/facial-landmarks-35-adas-0002) |   | [facial-landmarks-35-adas-0002.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/facial-landmarks-35-adas-0002.json) | [Gaze Estimation Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/gaze_estimation_demo/cpp_gapi) | | [facial-landmarks-98-detection-0001](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/facial-landmarks-98-detection-0001) |   | [facial-landmarks-98-detection-0001.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/facial-landmarks-98-detection-0001.json) | [Gaze Estimation Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/gaze_estimation_demo/cpp) | | [landmarks-regression-retail-0009](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/landmarks-regression-retail-0009) |   | [landmarks-regression-retail-0009.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/landmarks-regression-retail-0009.json) | [Face Recognition Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/face_recognition_demo/python) | | [person-attributes-recognition-crossroad-0230](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/person-attributes-recognition-crossroad-0230) |   | [person-attributes-recognition-crossroad-0230.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/person-attributes-recognition-crossroad-0230.json) | [Crossroad Camera Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/crossroad_camera_demo/cpp) | | [person-attributes-recognition-crossroad-0234](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/person-attributes-recognition-crossroad-0234) |   | [person-attributes-recognition-crossroad-0234.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/person-attributes-recognition-crossroad-0234.json) | [Crossroad Camera Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/crossroad_camera_demo/cpp) | | [person-attributes-recognition-crossroad-0238](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/person-attributes-recognition-crossroad-0238) |   | [person-attributes-recognition-crossroad-0238.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/person-attributes-recognition-crossroad-0238.json) | [Crossroad Camera Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/crossroad_camera_demo/cpp) | | [vehicle-attributes-recognition-barrier-0039](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/vehicle-attributes-recognition-barrier-0039) |   | [vehicle-attributes-recognition-barrier-0039.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/vehicle-attributes-recognition-barrier-0039.json) | [Security Barrier Camera Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/security_barrier_camera_demo/cpp) | | [vehicle-attributes-recognition-barrier-0042](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/vehicle-attributes-recognition-barrier-0042) |   | [vehicle-attributes-recognition-barrier-0042.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/vehicle-attributes-recognition-barrier-0042.json) | [Security Barrier Camera Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/security_barrier_camera_demo/cpp) | | **--- Optical Character Recognition:** | | | | | [license-plate-recognition-barrier-0007](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/license-plate-recognition-barrier-0007) |   | [license-plate-recognition-barrier-0007.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/intel/license-plate-recognition-barrier-0007.json) | [Security Barrier Camera Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/security_barrier_camera_demo/cpp) | | **--- Sound Classification:** | | | | | [aclnet](https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/aclnet) |   | [aclnet.json](https://github.com/open-edge-platform/dlstreamer/blob/main/samples/gstreamer/model_proc/public/aclnet.json) | [Sound Classification Demo](https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/sound_classification_demo/python) | ## Legal Information Ultralytics, Hugging Face, PyTorch, TensorFlow, PaddlePaddle, Caffe, Keras, and MXNet are trademarks or brand names of their respective owners. All company, product, and service names used on this website are for identification purposes only. Use of these names, trademarks, and brands does not imply endorsement.