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

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

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

gaomingqi/Track-Anything

0
View on GitHub↗
6,936 星标·513 分支·Python·mit·13 次浏览

Track Anything

Track-Anything is an AI-driven video object segmentation and tracking system. It utilizes the Segment Anything Model to isolate and mask multiple objects across video frames, providing tools for automated mask propagation and background-filling inpainting.

The system distinguishes itself through a multi-object segmentation pipeline that can follow several distinct targets simultaneously. It includes a video inpainting utility to remove tracked objects and replace them with synthesized background content, as well as temporal mask refinement to correct tracking drift.

The project covers broad capabilities in computer vision, including point-based mask generation, shot transition management, and cross-frame object tracking. These functions are accessible via a tracking API for managing video uploads, template selection, and automated workflows.

Features

  • Video Object Tracking - Provides a comprehensive system for maintaining object identity and masks across sequential video frames.
  • Video Object Segmentations - Isolates objects from their backgrounds in video files using point selection and mask propagation.
  • Image Segmentation - Identifies and isolates specific objects within a single image to establish templates for tracking.
  • Object Mask Generators - Provides tools to define precise selection areas on a frame using positive and negative points.
  • Point-Guided Segmentation - Uses positive and negative coordinate prompts to isolate specific objects for initial segmentation.
  • Temporal Mask Propagation - Spreads an initial object mask across sequential frames by analyzing visual continuity and temporal movement.
  • Mask Refinement Loops - Corrects tracking drift by resetting masks at failure points and re-propagating the sequence.
  • Shot Transition Management - Provides mechanisms to maintain segmentation continuity when video sequences contain sudden cuts or scene changes.
  • Video Inpainting - Implements video inpainting to remove tracked objects and fill the gaps with synthesized background content.
  • Tracking Drift Correction - Allows users to reset masks at failure points and re-propagate the sequence to restore tracking accuracy.
  • Video - Deletes specific elements from a video sequence and fills gaps with synthesized background content.

Star 历史

gaomingqi/track-anything 的 Star 历史图表gaomingqi/track-anything 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Track Anything 的开源替代方案

相似的开源项目,按与 Track Anything 的功能重合度排序。
  • facebookresearch/sam3facebookresearch 的头像

    facebookresearch/sam3

    7,762在 GitHub 上查看↗

    This project is a computer vision system for object segmentation and tracking across images and videos. It employs models capable of identifying and masking objects using text prompts, bounding boxes, click points, or image exemplars. The system differentiates itself through memory-based video tracking and shared-memory architectures that maintain consistent object identities over time. It supports multi-object processing in single computation passes to increase frame throughput and utilizes iterative refinement to correct segmentation boundaries through sequential prompts. The software also

    Python
    在 GitHub 上查看↗7,762
  • 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

    C++caffecomputer-visiondeep-learning
    在 GitHub 上查看↗8,734
  • dmlc/gluon-cvdmlc 的头像

    dmlc/gluon-cv

    5,922在 GitHub 上查看↗

    Gluon-CV is an MXNet computer vision library that provides a comprehensive collection of pre-implemented vision architectures and training pipelines. It serves as a deep learning research toolkit and a model zoo containing state-of-the-art pre-trained weights for image and video analysis. The project includes a specialized human pose estimation library and a model compression toolkit. These tools allow for the pruning and quantization of deep learning models to increase inference speed and facilitate deployment on constrained edge hardware. The library covers a broad range of vision capabili

    Pythonaction-recognitioncomputer-visiondeep-learning
    在 GitHub 上查看↗5,922
  • tingsongyu/pytorch-tutorial-2ndTingsongYu 的头像

    TingsongYu/PyTorch-Tutorial-2nd

    4,555在 GitHub 上查看↗

    This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It covers the fundamental building blocks of deep learning, including tensor manipulation, automatic differentiation, and the construction of modular neural network components. The repository serves as a technical guide for several specialized domains. It provides implementation details for computer vision tasks such as image classification, object detection, and semantic segmentation, as well as natural language processing workflows involving transformers, recurrent networks, and gen

    Jupyter Notebookcomputer-visiondeepsortdiffusion-models
    在 GitHub 上查看↗4,555
查看 Track Anything 的所有 30 个替代方案→

常见问题解答

gaomingqi/track-anything 是做什么的?

Track-Anything is an AI-driven video object segmentation and tracking system. It utilizes the Segment Anything Model to isolate and mask multiple objects across video frames, providing tools for automated mask propagation and background-filling inpainting.

gaomingqi/track-anything 的主要功能有哪些?

gaomingqi/track-anything 的主要功能包括:Video Object Tracking, Video Object Segmentations, Image Segmentation, Object Mask Generators, Point-Guided Segmentation, Temporal Mask Propagation, Mask Refinement Loops, Shot Transition Management。

gaomingqi/track-anything 有哪些开源替代品?

gaomingqi/track-anything 的开源替代品包括: facebookresearch/sam3 — This project is a computer vision system for object segmentation and tracking across images and videos. It employs… dusty-nv/jetson-inference — jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU… dmlc/gluon-cv — Gluon-CV is an MXNet computer vision library that provides a comprehensive collection of pre-implemented vision… tingsongyu/pytorch-tutorial-2nd — This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It… paddlepaddle/paddledetection — PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of… casia-lmc-lab/fastsam — FastSAM is an image segmentation framework that uses convolutional neural networks to isolate visual elements and…