You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Osprey is a dynamic, multi-stream video analytics platform built on NVIDIA DeepStream 8.0. Add and remove RTSP/file sources at runtime via REST API — each stream gets GPU-accelerated inference (YOLO-det, YOLO-seg, or RT-DETR), multi-object tracking, and an independent RTSP output with zero downtime
The Purpose of this repository is to create a DeepStream/Triton-Server sample application that utilizes yolov7, yolov7-qat, yolov9 models to perform inference on video files or RTSP streams.
Guide to set up DeepStream pyds and run an RTSP pipeline in Python. Note: NVIDIA Smart Recording isn’t in official Python bindings and is supported only in C++. This repo includes a compatible wheel and tweaks so you can install it easily and enable Smart Recording from Python.
This repository provides a custom implementation of parsing function to the Gst-nvinferserver plugin when use YOLOv7/YOLOv9 model served by Triton Server using the Efficient NMS plugin exported by ONNX.