#152 · Primary category: Computer Vision

VideoPipe

ai behaviour-analysis cv deep-learning deepstream face-recognition feature-extraction gstreamer image-classification image-segmentation license-plate-recognition llm multimodal-large-language-models object-detection ollama openai opencv reid similarity-search video-analysis

A cross-platform video structuring (video analysis) framework based on CV models & mLLM.

Project last updated:02/25/26

GitHub Stars

2.9K

Forks

463

Contributors

5

License

Apache-2.0

Why we included this project

VideoPipe is a C++ framework for video analysis built as a chain of independent nodes, closer in spirit to NVIDIA's DeepStream but open source and portable across vendors. It runs on NVIDIA, Jetson, Rockchip, Ascend, or plain CPU boxes, and ingests RTSP, RTMP, UDP, or local streams. Nodes handle detection, classification, tracking, feature extraction, and multimodal-LLM inference; structured results can go to Kafka or other sinks and be overlaid on the frame. You bring your own models and pick the inference backend, from OpenCV DNN to TensorRT, Paddle, or ONNX Runtime, so the framework stays compact and leaves hardware and model choices to you. That makes it a practical base for traffic-incident alerts, license-plate recognition, face recognition, or behavior analysis without locking you into one vendor's ecosystem.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category