DeepStream-Yolo

(β˜… 2,053)

NVIDIA DeepStream SDK 8.0 / 7.1 / 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models

  • config_infer_primary.txt
  • config_infer_primary_codetr.txt
  • config_infer_primary_damoyolo.txt
  • config_infer_primary_dfine.txt
  • config_infer_primary_goldyolo.txt
  • config_infer_primary_ppyoloe.txt
  • config_infer_primary_ppyoloe_plus.txt
  • config_infer_primary_rfdetr.txt
  • config_infer_primary_rtdetr.txt
  • config_infer_primary_rtmdet.txt
  • config_infer_primary_yolo11.txt
  • config_infer_primary_yolo26.txt
  • config_infer_primary_yolomaster.txt
  • config_infer_primary_yolonas.txt
  • config_infer_primary_yolonas_custom.txt
  • config_infer_primary_yolor.txt
  • config_infer_primary_yoloV10.txt
  • config_infer_primary_yoloV12.txt
  • config_infer_primary_yoloV13.txt
  • config_infer_primary_yoloV2.txt
  • config_infer_primary_yoloV5.txt
  • config_infer_primary_yoloV5u.txt
  • config_infer_primary_yoloV6.txt
  • config_infer_primary_yoloV7.txt
  • config_infer_primary_yoloV8.txt
  • config_infer_primary_yoloV9.txt
  • config_infer_primary_yolox.txt
  • config_infer_primary_yolox_legacy.txt
  • deepstream_app_config.txt
  • labels.txt
  • labels_rfdetr.txt
  • LICENSE.md
  • README.md

# Installation Guide

1. Get the code
git clone https://github.com/marcoslucianops/DeepStream-Yolo

Downloads the entire project code from GitHub to your computer.

cd DeepStream-Yolo

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • APT (Debian/Ubuntu 계열) Built into Debian/Ubuntu-based Linux distributions.
  • Python 3 Python is required to use pip.
apt-get install build-essential

Installs directly from the APT package repository (Debian/Ubuntu-based).

pip3 install meson

Installs the package published on PyPI directly β€” no need to clone the source.

pip3 install ninja

Installs the package published on PyPI directly β€” no need to clone the source.

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

3. Make

Medium
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make -C nvdsinfer_custom_impl_Yolo clean && make -C nvdsinfer_custom_impl_Yolo

Compiles the code based on the generated build configuration to produce an executable.

βœ… If it finishes without errors, it worked. Try running the generated executable directly.

Pulled directly from this repo's README.

// repository documentation