# deepstream_reference_apps **Repository Path**: jhkdx/deepstream_reference_apps ## Basic Information - **Project Name**: deepstream_reference_apps - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-25 - **Last Updated**: 2024-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Reference Apps using DeepStream 6.0 This repository contains the reference applications for video analytics tasks using TensorRT and DeepSTream SDK 6.0. ## Getting Started ## We currently provide three different reference applications: Preferably clone this project in `/opt/nvidia/deepstream/deepstream/sources/apps/sample_apps/` To clone the project in the above directory, sudo permission may be required. For further details, please see each project's README. ### back-to-back-detectors : [README](back-to-back-detectors/README.md) ### The project shows usage of 2 detectors in cascaded mode ![sample back to back output](back-to-back-detectors/.backtobackdetectors.png) ### Anomaly Detection : [README](anomaly/README.md) ### The project contains auxiliary dsdirection plugin to show the capability of DeepstreamSDK in anomaly detection. ![sample anomaly output](anomaly/.opticalflow.png) ### Runtime Source Addition Deletion: [README](runtime_source_add_delete/README.md) ### The project demonstrates addition and deletion of video sources in a live Deepstream pipeline.