EveryDev.ai
Subscribe
Home
Tools

3,020+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2063
  • Coding1441
  • Infrastructure665
  • Marketing524
  • Projects470
  • Research437
  • Design408
  • Analytics371
  • MCP268
  • Security265
  • Testing255
  • Data249
  • Integration183
  • Prompts183
  • Communication172
  • Learning166
  • Extensions163
  • Voice146
  • Commerce132
  • DevOps115
  • Web84
  • Finance24
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. LabelMe
    LabelMe icon

    LabelMe

    Image
    Featured

    An open-source image annotation tool with AI-assisted segmentation (SAM2, SAM3, YOLO-World) that runs fully offline on Windows, macOS, and Linux.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    Free Python-based annotation tool installable via pip. Supports all annotation shapes, VOC/COCO export, and AI-assisted annotation with manual model setup.

    Starter: $49 one-time
    Pro: $79 one-time
    Pro (Lifetime): $249 one-time
    +2 more plans

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    ImageHuman-in-the-Loop TrainingAI Development Libraries

    Alternatives

    Visual ExplainerMLX-VLMSupervision
    Developer
    Kentaro WadaTokyo, JapanEst. 2016

    Listed Jul 2026

    About LabelMe

    LabelMe is a graphical image annotation tool originally created by Kentaro Wada in 2016 at the University of Tokyo, now with over 16,000 GitHub stars. The core project is open source under GPL-3.0, while labelme.io offers a paid standalone desktop app with bundled AI models and a dataset creation toolkit. It runs entirely offline — no internet connection, no API keys, and no cloud uploads required after installation.

    What It Is

    LabelMe is a desktop application and Python-based CLI tool for creating labeled image datasets used in computer vision and machine learning training pipelines. Users draw polygons, bounding boxes, circles, lines, and points over images to produce structured annotation files (JSON), which can then be exported to formats like YOLO and Pascal VOC. The paid app bundles AI models (SAM2, SAM3, YOLO-World) that enable one-click segmentation and text-prompt-based annotation without any external service dependency.

    Open-Source Roots and Paid App Model

    The project has a dual-track structure:

    • Open-source (wkentaro/labelme): A Python/Qt application installable via pip install labelme. Supports all annotation shapes, VOC/COCO export, video annotation, and AI-assisted annotation via SAM and YOLO-World models (requires manual model weight setup). Licensed under GPL-3.0.
    • Paid standalone app (labelme.io): A pre-built desktop installer for macOS, Windows, and Linux. AI models are auto-downloaded and bundled; no Python or Qt installation needed. The Pro tier adds a dataset creation toolkit with 10+ CLI tools, ready-to-train YOLO and VOC exports, and priority email support.

    The open-source version remains actively maintained, with v6.3.x as the current maintenance line (Qt5/Python 3.10–3.11) and v7.x as the active development branch (Qt6/PySide6, Python 3.11+).

    AI-Assisted Annotation Capabilities

    LabelMe's AI annotation features work entirely on-device:

    • Click-to-segment: Uses EfficientSAM, SAM1, or SAM2 to produce polygon or mask annotations from a few clicks.
    • Text-prompt annotation: YOLO-World and SAM3 accept natural language prompts (e.g., "person, shoe, bus") to auto-annotate matching objects as rectangles or polygons.
    • Rectangle-to-polygon: Converts rough bounding boxes into pixel-accurate polygon masks using AI, useful for irregular or curved objects.
    • Duplicate suppression: LabelMe v6.3 added suppression passes to prevent redundant predictions from stacking on the same object across SAM granularities or already-labeled regions.

    Workflow: Annotate → Validate → Train

    The intended pipeline has three stages:

    1. Annotate images using the desktop app or CLI with any combination of shapes and AI assistance.
    2. Validate and export using the Toolkit — a set of command-line tools for batch processing, format conversion, and dataset validation. The Toolkit supports YOLO, YOLO-OBB, and Pascal VOC export formats.
    3. Train an AI model using the exported dataset with frameworks like Ultralytics YOLO or PyTorch-based segmentation pipelines.

    The Toolkit is included in the Pro tier and is also installable separately via CLI.

    Update: v6.3.1 and Toolkit v0.3.0

    The latest stable release of the open-source app is v6.3.1 (published May 27, 2026), which fixes a crash triggered by switching draw modes mid-shape and prevents zero-area or zero-length shapes from being saved to annotation files. The active development branch is v7.x, which moves from PyQt5 to PySide6 (Qt6) and requires Python 3.11+.

    The Toolkit reached v0.3.0 (June 2026) with the addition of YOLO-OBB export and import, enabling bidirectional conversion of oriented bounding boxes for YOLOv8-OBB training workflows.

    Platform and Audience

    LabelMe supports 20 languages and runs on 64-bit macOS, Windows, and Linux. It is used across computer vision research, robotics, medical imaging, satellite/geospatial annotation, and self-driving car dataset preparation. The about page states the project has been in active development for over 9 years, with the open-source repository accumulating 16,000+ stars and 3,680+ forks on GitHub.

    LabelMe - 1

    Community Discussions

    Be the first to start a conversation about LabelMe

    Share your experience with LabelMe, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Free Python-based annotation tool installable via pip. Supports all annotation shapes, VOC/COCO export, and AI-assisted annotation with manual model setup.

    • Polygon, rectangle, circle, line, point annotation
    • Image flag annotation for classification
    • Video annotation
    • VOC and COCO format export
    • AI-assisted annotation (manual model weight setup required)

    Starter

    Standalone desktop app with built-in AI models. No Python required.

    $49
    one time
    • Image annotation app v6.3.1
    • One-click AI annotation (SAM2)
    • Describe & annotate with text (SAM3)
    • Windows, Mac & Linux — no Python needed
    • 1 year of updates + annotation guides

    Pro

    Popular

    Full dataset creation suite with toolkit, ready-to-train exports, and priority support.

    $79
    one time
    • Everything in Starter
    • 1 year of upgrades + all new Pro features
    • Dataset creation toolkit (10+ tools for labeling, automation & export)
    • Ready-to-train exports (YOLO, VOC & more)
    • Step-by-step guides (dataset creation + model training)
    • Priority email support (48h response)

    Pro (Lifetime)

    All Pro features with lifetime free upgrades including all future major versions.

    $249
    one time
    • Everything in Pro
    • Lifetime free upgrades (including all future major versions)

    Team (5 seats)

    One license shared across a team of 5, with lifetime upgrades and reassignable seats.

    $1249
    one time
    • Everything in Pro license
    • 5 named seats — reassignable anytime
    • Lifetime free upgrades for the whole team

    Enterprise

    Custom seat count and volume pricing for teams of 5 or more.

    Custom
    contact sales
    • Everything in Team
    • Custom seat count (5+)
    • Volume pricing
    View official pricing

    Capabilities

    Key Features

    • Polygon, rectangle, circle, line, and point annotation
    • AI-assisted click-to-segment with SAM1, SAM2, EfficientSAM
    • Text-prompt annotation with YOLO-World and SAM3
    • Rectangle-to-polygon AI conversion
    • 100% offline — no internet or API key required
    • Batch AI annotation suppression for crowd objects
    • Dataset toolkit with 10+ CLI tools (Pro)
    • YOLO, YOLO-OBB, and Pascal VOC export formats (Pro)
    • Video annotation support
    • Image classification via image-level flags
    • Rich annotation attributes (flags, text)
    • GUI customization: predefined labels, auto-saving, label validation
    • Multi-language support (20 languages)
    • JSON annotation format
    • Brightness/contrast adjustment without modifying original image
    • Cross-platform standalone installers (macOS, Windows, Linux)

    Integrations

    Ultralytics YOLO
    PyTorch
    TensorFlow
    Roboflow
    V7 Labs
    Segmentation Models PyTorch
    QGIS (geospatial workflows)
    COCO dataset format
    Pascal VOC format
    YOLO-OBB format
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate LabelMe and help others make informed decisions.

    Developer

    Kentaro Wada

    Kentaro Wada builds LabelMe, an open-source image annotation tool with 16,000+ GitHub stars, originally created in 2016 at the University of Tokyo. He leads computer vision engineering and has a background in robotics, having worked at Mujin and completed a PhD at Imperial College London. He also created Gdown (4,700+ stars) and has appeared multiple times as a top trending developer on GitHub.

    Founded 2016
    Tokyo, Japan
    1 employees

    Used by

    880+ paying users as of mid-2026
    Ultralytics (Integration partner)
    Roboflow (Integration partner)
    V7 (Integration partner)
    Read more about Kentaro Wada
    WebsiteGitHubLinkedInX / Twitter
    1 tool in directory

    Similar Tools

    Visual Explainer icon

    Visual Explainer

    An AI-powered tool that generates visual explanations and diagrams from text descriptions to help understand complex concepts.

    MLX-VLM icon

    MLX-VLM

    A Python library for running Vision Language Models on Apple Silicon using the MLX framework.

    Supervision icon

    Supervision

    A reusable, model-agnostic Python library for computer vision tasks including object detection, annotation, tracking, and dataset management.

    Browse all tools

    Related Topics

    Image

    AI tools that generate or edit still images — illustrations, photos, logos, icons, and graphics — from text prompts, references, or existing images.

    78 tools

    Human-in-the-Loop Training

    Platforms that connect organizations with vetted human experts to annotate, label, evaluate, and align AI models, ensuring high-quality training datasets and accurate model evaluation through human judgment.

    35 tools

    AI Development Libraries

    Programming libraries and frameworks that provide machine learning capabilities, model integration, and AI functionality for developers.

    244 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions