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

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

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

2 个仓库

Awesome GitHub RepositoriesInstance Segmentation Tracking

Tracking that combines object localization with pixel-level mask generation to isolate target shapes.

Distinct from Object Tracking Frameworks: Focuses on pixel-level masking (segmentation) during tracking, whereas Object Tracking Frameworks generally focus on bounding boxes.

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

Awesome Instance Segmentation Tracking GitHub Repositories

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

    STVIR/pysot

    4,600在 GitHub 上查看↗

    pysot 是一个专为单目标跟踪设计的计算机视觉框架。它提供了一个平台,用于实现和评估在视频帧序列中定位和跟随特定目标对象的算法。 该项目包括基于区域建议网络(RPN)的 SiamRPN 定位架构实现,以及结合了跟踪与二进制掩码生成的 SiamMask 模型,以提供对象的像素级分割。 该框架还包含一个视觉跟踪评估工具包,用于根据行业标准数据集衡量跟踪算法的准确性和可靠性。

    Combines object tracking with binary masking to isolate and follow the exact shape of target objects.

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

    Provides a framework for tracking objects using pixel-level masks to isolate exact shapes across video sequences.

    Pythonmulti-object-trackingsingle-object-trackingtracking
    在 GitHub 上查看↗3,881
  1. Home
  2. Artificial Intelligence & ML
  3. Object Tracking Frameworks
  4. Instance Segmentation Tracking