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

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

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

8 个仓库

Awesome GitHub RepositoriesTracking Visualization

Hooks for visualizing tracking results on video frames.

Distinguishing note: Focuses on drawing masks and boxes for tracking outputs.

Explore 8 awesome GitHub repositories matching artificial intelligence & ml · Tracking Visualization. Refine with filters or upvote what's useful.

Awesome Tracking Visualization GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • 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

    Visualizes detection and tracking results by drawing bounding boxes and masks on images.

    Pythoncascade-rcnnconvnextdetr
    在 GitHub 上查看↗32,756
  • 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

    Generates annotated visualizations showing object paths and identifiers for tracking results.

    Pythonblazefacedeepsortdetr
    在 GitHub 上查看↗14,243
  • nwojke/deep_sortnwojke 的头像

    nwojke/deep_sort

    6,148在 GitHub 上查看↗

    DeepSORT 是一个实时多目标跟踪框架,旨在在视频帧中保持多个对象的一致身份。它集成了深度学习外观特征与运动描述符,以通过视频数据序列跟踪对象。 该系统使用深度卷积神经网络为人员重识别生成高维视觉描述符。这些外观特征与通过卡尔曼滤波进行的运动估计相结合,并使用匈牙利算法求解,以最优地将检测结果与现有轨迹关联。 该框架包括用于基于门控的关联过滤和基于状态的轨迹管理以处理对象生命周期的能力。它还提供了用于将跟踪结果渲染到视频帧上以及根据既定基准评估跟踪性能的工具。

    Renders tracking outputs and ground truth detections onto video frames for accuracy evaluation.

    Python
    在 GitHub 上查看↗6,148
  • theoehrly/fast-f1theOehrly 的头像

    theOehrly/Fast-F1

    5,151在 GitHub 上查看↗

    Fast-F1 是一个专为一级方程式(F1)设计的 Python 数据库和遥测分析器。它作为一个程序化 API 包装器,用于检索和处理计时数据、比赛结果和高频车辆传感器指标。 该项目为赛车性能基准测试和可视化提供了专业工具。它能够比较车辆遥测数据(如速度轨迹和换挡),并生成带有速度和弯道覆盖的地理赛道图。 该库涵盖了广泛的数据检索和分析功能,包括提取赛程、锦标赛积分榜和赛道元数据。它支持监控实时比赛活动和比赛控制消息,同时利用本地磁盘缓存来最小化数据加载期间的网络请求。

    Generates detailed track maps with numbered corners and speed overlays to represent spatial data.

    Python
    在 GitHub 上查看↗5,151
  • facebookresearch/co-trackerfacebookresearch 的头像

    facebookresearch/co-tracker

    4,831在 GitHub 上查看↗

    Co-tracker is a PyTorch point tracking framework and dense point tracking model designed to map the motion of individual pixels throughout a video. It functions as a video pixel tracker that predicts point trajectories and visibility masks across sequences of video frames. The project includes a computer vision training pipeline that utilizes teacher-student knowledge distillation. This allows for the generation of pseudo-labels from unannotated real video data to fine-tune pre-trained models and reduce the gap between synthetic and real data environments. The framework provides capabilities

    Renders predicted point trajectories and visibility masks over original video frames to inspect accuracy.

    Jupyter Notebookoptical-flowpoint-trackingtrack-anything
    在 GitHub 上查看↗4,831
  • ifzhang/fairmotifzhang 的头像

    ifzhang/FairMOT

    4,237在 GitHub 上查看↗

    FairMOT 是一个多目标跟踪框架和深度学习模型,旨在识别并跟踪视频帧中的多个实体。它实现了一个统一的流水线,将目标检测和身份重识别(Re-ID)集成到一个单阶段联合网络中。 该系统利用无锚点(anchor-free)检测方法来预测目标中心和边界框尺寸。它通过生成用于重识别的高维嵌入向量并采用卡尔曼滤波进行运动状态预测,来保持连续帧之间的身份一致性。 该框架涵盖了广泛的计算机视觉功能,包括实时目标检测和使用匈牙利算法进行轨迹分配。它还包含用于在自定义图像数据集上训练模型,以及生成带有覆盖边界框和持久标识符的视频可视化内容的工具。

    Generates output videos with overlaid bounding boxes and persistent identifiers to visualize tracking results.

    Pythonjoint-detection-and-trackingmulti-object-trackingone-shot-tracker
    在 GitHub 上查看↗4,237
  • open-mmlab/mmtrackingopen-mmlab 的头像

    open-mmlab/mmtracking

    3,881在 GitHub 上查看↗

    mmtracking is a PyTorch video perception framework designed for training and deploying computer vision models that analyze sequential image data. It provides specialized tools for multi-object tracking, video instance segmentation, and a configuration-driven system for managing deep learning models. The project utilizes a deep learning model registry and a configuration-driven pipeline to swap model backbones and detectors without modifying the core codebase. This modular approach allows for the development of custom perception architectures by combining various components and configurations.

    Generates visual representations of tracking failures to help diagnose and refine model behavior.

    Pythonmulti-object-trackingsingle-object-trackingtracking
    在 GitHub 上查看↗3,881
  • roboflow/trackersroboflow 的头像

    roboflow/trackers

    2,565在 GitHub 上查看↗

    This project is a multi-object tracking library and computer vision toolkit designed to maintain consistent identity IDs for objects across video frames. It provides a motion-based object tracking system that converts raw detections into stable temporal tracks, enabling the analysis of object movement and behavior over time. The toolkit distinguishes itself through advanced identity maintenance, utilizing Kalman filters for linear motion tracking and sparse optical flow for camera motion estimation. It features multi-stage object association to recover occluded objects and non-linear motion t

    Renders bounding boxes, labels, confidence scores, and movement trajectories onto video frames for visual review.

    Pythonbytetrackmulti-object-trackingoc-sort
    在 GitHub 上查看↗2,565
  1. Home
  2. Artificial Intelligence & ML
  3. Tracking Visualization

探索子标签

  • Error VisualizationsVisual representations specifically designed to diagnose and analyze failures in object tracking. **Distinct from Tracking Visualization:** Distinct from Tracking Visualization: focuses on highlighting failures and errors rather than just displaying correct tracking results.
  • Track MapsVisualizations that map telemetry and speed data onto two-dimensional circuit layouts. **Distinct from Tracking Visualization:** Focuses on spatial track geometry rather than video frame tracking masks