awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • open-mmlab/mmdetectionAvatar de open-mmlab

    open-mmlab/mmdetection

    32,756Ver en 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
    Ver en GitHub↗32,756
  • paddlepaddle/paddledetectionAvatar de PaddlePaddle

    PaddlePaddle/PaddleDetection

    14,243Ver en 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
    Ver en GitHub↗14,243
  • nwojke/deep_sortAvatar de nwojke

    nwojke/deep_sort

    6,148Ver en GitHub↗

    DeepSORT es un framework de seguimiento de múltiples objetos en tiempo real diseñado para mantener identidades consistentes de múltiples objetos a través de fotogramas de video. Integra características de apariencia de aprendizaje profundo con descriptores de movimiento para rastrear objetos a través de una secuencia de datos de video. El sistema utiliza una red neuronal convolucional profunda para generar descriptores visuales de alta dimensión para la reidentificación de personas. Estas características de apariencia se combinan con la estimación de movimiento mediante filtrado de Kalman y se resuelven utilizando el algoritmo húngaro para asociar de manera óptima las detecciones con los seguimientos existentes. El framework incluye capacidades para el filtrado de asociaciones basado en gating y la gestión de seguimientos basada en estados para manejar los ciclos de vida de los objetos. También proporciona herramientas para renderizar resultados de seguimiento en fotogramas de video y evaluar el rendimiento del seguimiento frente a benchmarks establecidos.

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

    Python
    Ver en GitHub↗6,148
  • theoehrly/fast-f1Avatar de theOehrly

    theOehrly/Fast-F1

    5,151Ver en GitHub↗

    Fast-F1 es una librería de datos de Python y analizador de telemetría diseñado para la Fórmula 1. Sirve como un wrapper de API programático para recuperar y procesar datos de tiempos, resultados de sesiones y métricas de sensores de vehículos de alta frecuencia. El proyecto proporciona herramientas especializadas para la evaluación comparativa del rendimiento en el automovilismo y la visualización. Permite la comparación de telemetría de vehículos, como trazas de velocidad y cambios de marcha, y genera mapas de pista espaciales con superposiciones de velocidad y curvas. La librería cubre una amplia gama de capacidades de recuperación y análisis de datos, incluyendo la extracción de calendarios de carreras, clasificaciones de campeonatos y metadatos de circuitos. Admite el monitoreo de la actividad de carreras en vivo y mensajes de control de carrera, mientras utiliza caché de disco local para minimizar las solicitudes de red durante la carga de datos.

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

    Python
    Ver en GitHub↗5,151
  • facebookresearch/co-trackerAvatar de facebookresearch

    facebookresearch/co-tracker

    4,831Ver en 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
    Ver en GitHub↗4,831
  • ifzhang/fairmotAvatar de ifzhang

    ifzhang/FairMOT

    4,237Ver en GitHub↗

    FairMOT is a multi-object tracking framework and deep learning model designed to identify and track multiple entities across video frames. It implements a unified pipeline that integrates object detection and identity re-identification into a single-stage joint network. The system utilizes an anchor-free detection method to predict object centers and bounding box dimensions. It maintains identity consistency across consecutive frames by generating high-dimensional embedding vectors for re-identification and employing a Kalman filter for motion state prediction. The framework covers a broad r

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

    Pythonjoint-detection-and-trackingmulti-object-trackingone-shot-tracker
    Ver en GitHub↗4,237
  • open-mmlab/mmtrackingAvatar de open-mmlab

    open-mmlab/mmtracking

    3,881Ver en 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
    Ver en GitHub↗3,881
  • roboflow/trackersAvatar de roboflow

    roboflow/trackers

    2,565Ver en 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
    Ver en GitHub↗2,565
  1. Home
  2. Artificial Intelligence & ML
  3. Tracking Visualization

Explorar subetiquetas

  • 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