Configs2026年7月22日·1 分钟阅读

X-AnyLabeling — AI-Powered Image Annotation Tool

A desktop annotation tool with built-in AI models for auto-labeling images and videos across detection, segmentation, and classification tasks.

Agent 就绪

Agent 可直接安装

这个资产可安装;Agent 先选择当前运行时、检查安装计划,再运行匹配命令。

Native · 98/100策略:允许
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
X-AnyLabeling
直接安装命令
npx -y tokrepo@latest install da207b8c-8586-11f1-9bc6-00163e2b0d79 --target codex

先 dry-run 确认安装计划,再运行此命令。

Introduction

X-AnyLabeling is an open-source image and video annotation tool that integrates AI models for semi-automatic labeling. It combines manual annotation workflows with one-click AI-assisted labeling using models like SAM, YOLO, and GroundingDINO.

What X-AnyLabeling Does

  • Provides manual annotation for bounding boxes, polygons, and keypoints
  • Integrates Segment Anything (SAM) for one-click instance segmentation
  • Supports YOLO-based auto-detection for rapid bounding box creation
  • Handles video annotation with frame-by-frame tracking
  • Exports labels in COCO, YOLO, VOC, and other standard formats

Architecture Overview

X-AnyLabeling is a PyQt-based desktop application that loads ONNX-format AI models on demand. When a user triggers auto-labeling, the selected model runs inference on the current frame, and detected objects are converted into editable annotations. The modular model loader supports swapping in custom ONNX models without code changes.

Self-Hosting & Configuration

  • Install via pip or run from source with Python 3.8+
  • Works on Windows, macOS, and Linux
  • GPU acceleration via ONNX Runtime with CUDA provider
  • Download AI model weights from the built-in model zoo
  • Customize keyboard shortcuts and label presets in the settings

Key Features

  • 20+ built-in AI models for detection, segmentation, and OCR
  • Cross-platform desktop application with familiar labeling UX
  • One-click SAM-based segmentation for pixel-accurate masks
  • Multi-format export compatible with major training frameworks
  • Active development with frequent model and feature updates

Comparison with Similar Tools

  • LabelImg — manual-only bounding box tool; X-AnyLabeling adds AI assistance
  • CVAT — web-based team tool; X-AnyLabeling is a lightweight desktop alternative
  • Label Studio — broader data types; X-AnyLabeling is more focused on vision tasks
  • Roboflow — cloud platform; X-AnyLabeling runs fully offline and is free

FAQ

Q: Can I add my own custom models? A: Yes, export your model to ONNX format and register it in the model config.

Q: Does it support video annotation? A: Yes, including frame navigation, object tracking, and interpolation.

Q: Is GPU required? A: No, CPU inference works but GPU accelerates AI-assisted labeling significantly.

Q: What annotation types does it support? A: Bounding boxes, polygons, polylines, points, rotated boxes, and text.

Sources

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产