awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

实时目标检测与追踪

排名更新于 2026年6月30日

For 实时目标检测库, the strongest matches are ultralytics/ultralytics (Ultralytics YOLO is a flagship open-source framework for real-time), paddlepaddle/paddledetection (PaddleDetection is an end-to-end framework for object detection and) and opencv/opencv (OpenCV is the de-facto open-source library for real-time computer). google/mediapipe and tensorflow/models round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

用于在视频流中识别并追踪移动物体的高性能计算机视觉库与框架。

实时目标检测与追踪

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ultralytics/ultralyticsultralytics 的头像

    ultralytics/ultralytics

    58,468在 GitHub 上查看↗

    Ultralytics is a comprehensive computer vision framework designed for training, validating, and deploying deep learning models across a wide range of visual recognition tasks. It provides a unified interface for core operations including object detection, instance segmentation, pose estimation, and image classification. By utilizing a modular architecture, the platform allows users to swap model components to balance inference speed and accuracy requirements for diverse applications. The framework distinguishes itself through its support for real-time processing and flexible deployment. It in

    Ultralytics YOLO is a flagship open-source framework for real-time object detection and tracking with GPU acceleration, covering model training, multi-object tracking, and video stream inference — exactly what this search is looking for.

    PythonObject Detection and TrackingObject Tracking SystemsEdge Object Detection
    在 GitHub 上查看↗58,468
  • paddlepaddle/paddledetectionPaddlePaddle 的头像

    PaddlePaddle/PaddleDetection

    14,243在 GitHub 上查看↗

    PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of computer vision models. It provides a comprehensive library of modular neural network architectures and pipelines that support object detection, instance segmentation, and multi-object tracking tasks. The project distinguishes itself through a configuration-driven approach that decouples model components like backbones and heads, allowing for the flexible assembly of custom vision workflows. It incorporates advanced techniques such as anchor-free detection logic, joint detecti

    PaddleDetection is an end-to-end framework for object detection and multi-object tracking, supporting GPU-accelerated inference, a wide range of detection models, and tracking algorithms like DeepSORT and FairMOT, which directly matches the need for a real-time detection and tracking library.

    PythonObject Detection ModelsObject Detection and TrackingObject Tracking Systems
    在 GitHub 上查看↗14,243
  • opencv/opencvopencv 的头像

    opencv/opencv

    89,201在 GitHub 上查看↗

    OpenCV is a comprehensive computer vision library designed for real-time performance and cross-platform deployment. It provides a native execution environment that leverages multi-threaded operations and automated memory management to handle intensive computational tasks, including image processing and machine learning model inference. The library distinguishes itself through a data-oriented matrix framework that utilizes proxy-based array abstractions to provide a consistent interface for multidimensional data. By employing factory-pattern algorithm interfaces and runtime type dispatching, i

    OpenCV is the de-facto open-source library for real-time computer vision, offering GPU-accelerated deep learning inference, built-in object detection models, multi-object tracking algorithms, and video stream handling with visualization capabilities, covering most of the core features you need for detection and tracking from video.

    C++Object Detection and Tracking
    在 GitHub 上查看↗89,201
  • google/mediapipegoogle 的头像

    google/mediapipe

    35,673在 GitHub 上查看↗

    MediaPipe is a cross-platform machine learning framework designed for building and deploying pipelines that process live and streaming media. It provides a system for connecting processing components into custom machine learning chains to analyze real-time audio and video streams. The framework includes a suite of pre-trained models for tasks such as hand, face, and pose tracking, along with tools for retraining and customizing these models with specific datasets. It also features a dedicated benchmarker for measuring the execution speed and accuracy of machine learning models directly within

    MediaPipe is a cross-platform framework for building real-time ML pipelines on video streams, and it includes pre-trained object detection and tracking models, GPU acceleration, video input handling, visualization, and model customization, making it a comprehensive fit for this search.

    C++Cross-Platform ML DeploymentCross-Platform Inference FrameworksExecution Graphs
    在 GitHub 上查看↗35,673
  • tensorflow/modelstensorflow 的头像

    tensorflow/models

    77,663在 GitHub 上查看↗

    This repository serves as a centralized collection of state-of-the-art deep learning architectures and reference implementations designed for research and application development. It provides a comprehensive toolkit for computer vision and natural language processing, offering pre-built models and training pipelines for tasks ranging from image classification and object detection to complex sequence modeling. The project distinguishes itself by providing a flexible execution harness that manages the entire training lifecycle, including data ingestion and backpropagation. It supports scalable

    tensorflow/models is the official TensorFlow collection of object detection and tracking models, including the widely-used TF Object Detection API, which provides GPU-accelerated real-time inference, multi-object tracking, video input handling, and customizable training, making it a comprehensive fit for building a deep-learning-based detection and tracking pipeline.

    PythonComputer Vision ModelsDevelopment and Orchestration ToolsDistributed Parameter Synchronisation
    在 GitHub 上查看↗77,663
  • ultralytics/yolov3ultralytics 的头像

    ultralytics/yolov3

    10,571在 GitHub 上查看↗

    This is a real-time object detection framework built on the YOLOv3 architecture, implemented in PyTorch. It provides a complete pipeline for identifying and localizing objects in images and video using a single neural network pass, combining a Darknet-53 backbone with multi-scale feature pyramids and anchor-based bounding box prediction. The framework extends beyond basic detection to include instance segmentation, human pose estimation, and multi-object tracking across video frames. It offers a model export toolkit that converts trained models through ONNX to CoreML, TensorFlow Lite, and Ten

    Ultralytics YOLOv3 is a real-time object detection and tracking framework built on the YOLOv3 architecture in PyTorch, providing GPU-accelerated inference, multi-object tracking, video stream handling, and customizable training, making it a direct fit for building real-time detection and tracking applications.

    PythonYOLOv3 FrameworksYOLOv3 ImplementationsAnchor Box Systems
    在 GitHub 上查看↗10,571
  • vladmandic/humanvladmandic 的头像

    vladmandic/human

    2,999在 GitHub 上查看↗

    Human is a TensorFlow.js computer vision library used for face, body, and hand tracking within the browser or Node.js. It provides a framework for human pose and gesture tracking, facial recognition, and biometric liveness detection to verify a live human presence. The project distinguishes itself through a full suite of identity and motion tools, including a facial recognition framework that generates embeddings for similarity matching and a background segmenter for separating humans from their environment. It incorporates a liveness detector to prevent spoofing during facial analysis. The

    Human is a TensorFlow.js library for real-time detection and tracking of faces, bodies, and hands using deep learning—it fits your search as a genuine detection and tracking framework, but is specialized for human subjects rather than general objects, and covers most of the required features like video stream input, GPU acceleration, and visualization while lacking customizable model training.

    HTMLDetection-to-Track AssociationGPU-Accelerated Inference
    在 GitHub 上查看↗2,999
  • olafenwamoses/imageaiOlafenwaMoses 的头像

    OlafenwaMoses/ImageAI

    8,867在 GitHub 上查看↗

    ImageAI is a Python computer vision library providing a suite of tools for image classification, object detection, and video analytics. It functions as an integrated framework for locating and labeling objects in static images and video streams, utilizing deep learning models for identification and categorization. The project includes a model training toolkit that allows for the creation of custom classifiers and detectors through scratch training or transfer learning. It features a GPU-accelerated inference engine to increase processing speed for vision tasks and includes specialized utiliti

    ImageAI is a Python computer vision library that performs object detection and video analytics with GPU acceleration, covering real-time inference and video stream handling; while it supports detection and customizable training, its multi-object tracking capabilities are not prominent, making it a genuine but narrower fit for your search.

    PythonGPU-Accelerated Inference
    在 GitHub 上查看↗8,867
  • open-mmlab/mmdetectionopen-mmlab 的头像

    open-mmlab/mmdetection

    32,756在 GitHub 上查看↗

    This project is a modular research toolkit designed for developing, training, and evaluating deep learning models for object detection, segmentation, and video instance tracking. It provides a flexible training engine that manages complex neural network execution, including distributed training, custom lifecycle hooks, and weight optimization. The framework is built around a hierarchical configuration system that allows users to define architectures, data pipelines, and training hyperparameters through composable, inheritable files. The project distinguishes itself through its highly modular

    mmdetection is a modular deep-learning toolkit for object detection and multi-object tracking, supporting many models (including real-time ones like RTMDet), GPU-accelerated inference, video input, and customizable training, which fits your need for a detection-and-tracking library, though its research-oriented design may require more setup for production real-time deployment.

    PythonTransfer Learning
    在 GitHub 上查看↗32,756
  • dusty-nv/jetson-inferencedusty-nv 的头像

    dusty-nv/jetson-inference

    8,734在 GitHub 上查看↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    This library provides optimized real-time object detection and inference on NVIDIA Jetson embedded GPUs using TensorRT, aligning with the query's focus on detection and GPU acceleration, but its hardware-specific nature and limited emphasis on multi-object tracking keep it from being a comprehensive general framework.

    C++GPU-Accelerated InferenceTransfer Learning
    在 GitHub 上查看↗8,734
  • itseez/opencvItseez 的头像

    Itseez/opencv

    89,221在 GitHub 上查看↗

    OpenCV is an open-source computer vision library and visual analysis toolkit. It provides a framework for processing static images and dynamic video frames to analyze visual data and extract information using deep learning. The project functions as a real-time image processing framework, enabling the execution of vision algorithms on live video streams for immediate analysis and data processing. The toolkit covers a broad range of capabilities including image pattern recognition, real-time video analysis, and visual data extraction. It also supports automated visual inspection for detecting

    OpenCV is a comprehensive computer vision library that provides real-time object detection via its DNN module and multiple tracking algorithms, along with GPU acceleration and video stream handling, making it a fitting toolkit for building detection-and-tracking pipelines, though it requires integration rather than being a turn-key solution.

    C++Computer Vision LibrariesImage Content AnalyzersImage Processing
    在 GitHub 上查看↗89,221
  • blakeblackshear/frigateblakeblackshear 的头像

    blakeblackshear/frigate

    33,778在 GitHub 上查看↗

    Frigate is a self-hosted network video recorder that functions as a private, local AI-powered vision engine. It manages video streams by performing real-time object detection, tracking, and classification directly on local hardware, ensuring that security monitoring and activity recording remain independent of cloud services. The system distinguishes itself through a modular, hardware-accelerated video pipeline that offloads intensive decoding and machine learning inference to dedicated GPUs, NPUs, or specialized accelerators like Coral TPUs and Hailo modules. It utilizes state-based object t

    Frigate is a self-hosted AI-powered NVR that performs real-time object detection and tracking on video streams with hardware acceleration, but it focuses on security camera integration and does not include built-in model training.

    TypeScriptNetwork Video RecordersVideo Surveillance SystemsTranscoding Engines
    在 GitHub 上查看↗33,778
  • hybridgroup/gocvhybridgroup 的头像

    hybridgroup/gocv

    7,463在 GitHub 上查看↗

    GoCV is a computer vision library and Go language binding for OpenCV. It serves as an image processing toolkit and deep learning inference engine, providing programmatic access to a wide range of algorithms for image manipulation, object detection, and video analysis. The project differentiates itself through high-performance native bindings and hardware acceleration. It utilizes a foreign function interface to map Go calls to C++ functions and includes a hardware-agnostic backend dispatch to route neural network tasks to computation engines such as CUDA and OpenVINO. The library covers a br

    GoCV is a Go binding for OpenCV that provides deep learning inference and GPU-accelerated object detection, tracking, and video analysis—exactly the kind of library this search targets, though its multi-object tracking and training features depend on the underlying OpenCV capabilities rather than being custom-built.

    GoComputer Vision LibrariesComputer Vision LibrariesBounding Box Detection
    在 GitHub 上查看↗7,463
  • amdegroot/ssd.pytorchamdegroot 的头像

    amdegroot/ssd.pytorch

    5,224在 GitHub 上查看↗

    This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and localizing multiple objects within images and video. The project provides a neural network architecture designed for single-shot object detection, which predicts bounding boxes and class labels in one pass. The implementation includes a real-time object detector capable of processing live video streams to track and label objects across sequential frames. It also features a complete computer vision training pipeline for preparing image datasets and training model weights. The fra

    This PyTorch implementation of the Single Shot MultiBox Detector provides real-time object detection from video streams with training support and basic tracking across frames, fitting the category but lacking a dedicated multi-object tracking algorithm and complete tracking-by-detection pipeline.

    PythonSingle Shot DetectorsDetection Model TrainingObject Detection
    在 GitHub 上查看↗5,224
  • muhammadmoinfaisal/yolov8-deepsort-object-trackingMuhammadMoinFaisal 的头像

    MuhammadMoinFaisal/YOLOv8-DeepSORT-Object-Tracking

    1,166在 GitHub 上查看↗

    This project is a computer vision pipeline that integrates object detection and tracking to monitor moving objects within video streams. It functions as an end-to-end analytics tool that processes video frames to identify, classify, and maintain the unique identity of objects as they move through a scene. The system utilizes a combination of deep learning inference for detection and motion estimation to ensure temporal continuity. By pairing visual appearance descriptors with predictive motion modeling, it maintains object identities even during temporary occlusions or when spatial overlap is

    This repository implements a YOLOv8 DeepSORT pipeline for real-time object detection and tracking from video streams, covering detection, multi‑object tracking, and visualization with GPU acceleration, though it does not include customizable model training.

    Jupyter NotebookDetection-to-Track AssociationObject Detection and TrackingObject Tracking Systems
    在 GitHub 上查看↗1,166
  • liuliu/ccvliuliu 的头像

    liuliu/ccv

    7,223在 GitHub 上查看↗

    ccv is a computer vision library written in C designed for high-performance visual analysis. It serves as a framework for image classification, object detection, and the identification of faces, pedestrians, and vehicles. The library distinguishes itself through hardware-accelerated vision and deep learning inference optimizations. It utilizes a quantized tensor processor to transform floating-point data into eight-bit integers and implements integer-quantized attention mechanisms to reduce memory bandwidth and increase data throughput. The project covers a broad range of capabilities, inclu

    ccv is a C-based computer vision library with hardware-accelerated inference for object detection and tracking, making it a solid fit for real-time deep learning–driven detection and tracking tasks, though it may not include dedicated training pipelines or built-in visualization of results.

    C++GPU Accelerated Computer VisionC ImplementationsComputer Vision Libraries
    在 GitHub 上查看↗7,223
一览前 10 名对比
仓库Star 数语言许可证最后推送
ultralytics/ultralytics58.5KPythonAGPL-3.02026年6月16日
paddlepaddle/paddledetection14.2KPythonApache-2.02026年5月28日
opencv/opencv89.2KC++Apache-2.02026年6月16日
google/mediapipe35.7KC++Apache-2.02026年6月16日
tensorflow/models77.7KPythonNOASSERTION2026年6月11日
ultralytics/yolov310.6KPythonAGPL-3.02026年6月20日
vladmandic/human3KHTMLmit2025年12月13日
olafenwamoses/imageai8.9KPythonMIT2024年8月3日
open-mmlab/mmdetection32.8KPythonApache-2.02024年8月21日
dusty-nv/jetson-inference8.7KC++mit2025年10月16日

Related searches

  • 用于目标检测的计算机视觉库
  • 人体姿态估计库
  • 浏览器端计算机视觉工具包
  • Face tracking library
  • AI 视频理解工具包
  • 流式语音识别库
  • Python 计算机视觉库
  • Face detection library