YOLO Detection β’ YOLO Pose β’ Tracking β’ ROI Analytics β’ Multi-Stream Pipelines β’ Python First
Fully Optimized Β· Low Code Β· Docker Ready Β· Production Tested
| Component | Recommended / Supported |
|---|---|
| OS | Ubuntu 24.04 LTS |
| NVIDIA Driver | 570.133.20 |
| CUDA Compatibility | Fully compatible with DeepStream 8.0 |
| DeepStream Version | DeepStream 8.0 (Production Ready) |
| Docker Support | Yes β NVIDIA Container Runtime required |
| Bare Metal Support | Supported (Native DS 8.0 Install) |
βοΈ Fully Docker Compatible βοΈ Supports Bare-Metal βοΈ Works for Python & C++ pipelines βοΈ Optimized for YOLOv5/YOLOv8/YOLO-Pose/Custom CNNs
Setup your GPU + environment β Pull repo β Run QuickTest.sh
Follow NVIDIA official quick install:
π https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_Quickstart.html
git clone https://github.com/bharath5673/Deepstream.git
cd Deepstream
bash QuickDemo.shRuns instantly with DS8.0-ready configs:
- YOLO Detection
- YOLO Pose
- Tracking
- Multi-Model + Multi-Stream
- ROI analytics
Run your inference stack inside a fully isolated DeepStream 8.0 Docker environment. Just clone the prebuilt YOLO DS Docker image and start running demos instantly.
- Multi-model pipelines
- YOLO detection & pose estimation
- Trajectory tracking
- ROI-based counting
- Multi-stream tiled processing
- Triton-ready configurations
- Python & C++ implementations
Minimal coding required β just edit config files and run. Get maximum performance with minimal effort.
π DeepStream-Configs/DeepStream-MultiModel
π DeepStream-Python/
π DeepStream-Python/
π CNN-to-DeepStream/
cd Deepstream
bash QuickDemo.shDeepstream/
β
βββ DeepStream-Configs/
β βββ DeepStream-MultiModel/
β βββ test/ (multi-stream, tiling, custom pipelines)
β
βββ DeepStream-Python/
β βββ yolo
β βββ yolo + pose
β βββ ROI counting
β βββ trajectory tracking
β
βββ CNN-to-DeepStream/
β
βββ QuickTest.sh
Β Β Β
Β Β Β
Β Β Β


Β Β Β
Β Β Β

Massive respect to the open-source community powering the DeepStream 8.0 ecosystem.
Models, configs, tracking logic, pose models, and deployment workflows are built on top of these amazing projects.
π© YOLO Ecosystem
- https://github.com/marcoslucianops/DeepStream-Yolo
- https://github.com/ultralytics/ultralytics
- https://github.com/ultralytics/yolov5
- https://github.com/ultralytics/yolov3
- https://github.com/WongKinYiu/yolor
- https://github.com/WongKinYiu/PyTorch_YOLOv4
- https://github.com/WongKinYiu/ScaledYOLOv4
- https://github.com/Megvii-BaseDetection/YOLOX
- https://github.com/TexasInstruments/edgeai-yolov5/tree/yolo-pose
π¦ Core AI / CV Architectures
π§ NVIDIA + DeepStream + Metropolis
- NVIDIA DeepStream SDK
- NVIDIA Metropolis documentation
- NVIDIA TensorRT & ONNX conversion tools
- NVIDIA samples & reference apps
π΅ Tracking, ROI, Multi-Model Inspirations
- NvDCF + KLT Tracker designs
- MOT community publications
- ROI analytics from DS sample apps
- Common open-source tracking repos
Thank you to every researcher, engineer, and developer who has contributed to
YOLO, tracking algorithms, CNN architectures, and DeepStream integration guides.
This project stands on the shoulders of giants.




