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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
puzzledqs avatar

puzzledqs/BBox-Label-Tool

0
View on GitHub↗
1,132 stars·555 forks·Python·MIT·22 views

BBox Label Tool

BBox-Label-Tool is a web-based utility designed for labeling image collections and defining spatial object boundaries to support supervised machine learning tasks. It provides an interface for drawing rectangular bounding boxes on images, allowing users to record coordinate data for object detection and visual recognition datasets.

The tool operates entirely within the browser, utilizing local file processing to read images directly from the user's system without requiring data uploads. It maintains annotation records through browser-based storage, ensuring that spatial data persists across page refreshes. By capturing mouse interactions on an HTML canvas, the software enables real-time, direct manipulation of bounding box dimensions during the annotation process.

The application includes management utilities for navigating image collections and modifying coordinate records, such as saving, deleting, or clearing annotations for individual files. This functionality supports the structured preparation of ground truth data for training computer vision algorithms.

Features

  • Computer Vision Tools - Provides a web-based interface for drawing and managing bounding boxes on images to create training datasets.
  • Vision Dataset Preparation - Facilitates the creation of labeled image datasets for training computer vision models.
  • Image Annotation - Provides a workflow for managing image collections and defining spatial regions for visual recognition datasets.
  • Bounding Box Interfaces - Provides tools to draw rectangular boundaries over images using mouse input for training computer vision models.
  • Image Labeling - Enables the definition of object locations within images to provide ground truth for supervised computer vision algorithms.
  • Dataset Preparation Tools - Offers a platform for navigating image collections and saving spatial annotations for object detection development.
  • Image Labeling Interfaces - Provides an interface for recording coordinate data for objects within images to support supervised learning tasks.
  • Browser Local Storage Management - Persists annotation records in browser local storage to maintain data across page refreshes.
  • Direct Canvas Manipulators - Provides a canvas-based interface for drawing and manipulating rectangular bounding boxes directly on images.
  • Client-Side File Reading - Reads image files directly from the local file system using browser APIs to enable offline annotation without server uploads.

Star history

Star history chart for puzzledqs/bbox-label-toolStar history chart for puzzledqs/bbox-label-tool

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Curated searches featuring BBox Label Tool

Hand-picked collections where BBox Label Tool appears.
  • Dataset Cleaning and Preparation Tools
  • Data Labeling and Annotation Tools

Projects sharing features with BBox Label Tool

These projects share indexed features with BBox Label Tool. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • microsoft/vottmicrosoft avatar

    microsoft/VoTT

    4,427View on GitHub↗

    VoTT is a computer vision annotation software and machine learning dataset preparation tool. It is a desktop application designed for drawing bounding boxes and assigning tags to objects in images and videos to create training datasets for object detection models. The application utilizes a cross-platform desktop interface to manage image and video assets. It features a local-first storage integration to handle large media assets directly from the host machine's file system and includes frame-rate controlled video sampling to extract specific images from video streams for labeling. The softw

    TypeScript
    View on GitHub↗4,427
  • tzutalin/labelimgtzutalin avatar

    tzutalin/labelImg

    25,012View on GitHub↗

    labelImg is a desktop image annotation tool and dataset preparation utility used to create labeled datasets for computer vision training. It provides a graphical interface for drawing bounding boxes around objects in images and assigning them class labels to build ground truth data for machine learning models. The software specifically supports the Pascal VOC XML annotation format, exporting image coordinates and class names into standard XML or text structures. It allows users to load predefined class lists from text files to standardize naming across an entire project. Beyond initial label

    Python
    View on GitHub↗25,012
  • humansignal/labelimgHumanSignal avatar

    HumanSignal/labelImg

    25,015View on GitHub↗

    labelImg is a computer vision labeling tool and image bounding box annotator used to create training datasets for machine learning models. It functions as a desktop utility for drawing rectangular labels on images and saving object coordinates and class names in common machine learning formats. The tool is specifically designed to generate and edit PascalVOC formatted XML files and create image labels in the text-based format required by YOLO object detection pipelines. The software covers object detection annotation and training data preparation, including the ability to manage label catego

    Pythonannotationsdeep-learningdetection
    View on GitHub↗25,015
  • openimages/datasetopenimages avatar

    openimages/dataset

    4,366View on GitHub↗

    This project is a computer vision dataset and image annotation repository designed for training and evaluating machine learning models. It provides a large collection of labeled images, serving as an object detection benchmark and a source of pixel-level segmentation data. The repository distinguishes itself as a multimodal visual dataset by pairing images with synchronized voice, text, and mouse traces to support narrative understanding. It further enables the analysis of model fairness through the inclusion of demographic attributes and exhaustive annotations. The dataset covers a broad ra

    Python
    View on GitHub↗4,366
Compare all 30 related projects→

Frequently asked questions

What does puzzledqs/bbox-label-tool do?

BBox-Label-Tool is a web-based utility designed for labeling image collections and defining spatial object boundaries to support supervised machine learning tasks. It provides an interface for drawing rectangular bounding boxes on images, allowing users to record coordinate data for object detection and visual recognition datasets.

What are the main features of puzzledqs/bbox-label-tool?

The main features of puzzledqs/bbox-label-tool are: Computer Vision Tools, Vision Dataset Preparation, Image Annotation, Bounding Box Interfaces, Image Labeling, Dataset Preparation Tools, Image Labeling Interfaces, Browser Local Storage Management.

Which projects share features with puzzledqs/bbox-label-tool?

Projects with overlapping indexed features include: microsoft/vott — VoTT is a computer vision annotation software and machine learning dataset preparation tool. It is a desktop… tzutalin/labelimg — labelImg is a desktop image annotation tool and dataset preparation utility used to create labeled datasets for… humansignal/labelimg — labelImg is a computer vision labeling tool and image bounding box annotator used to create training datasets for… openimages/dataset — This project is a computer vision dataset and image annotation repository designed for training and evaluating machine… cloud-annotations/cloud-annotations — Cloud Annotations is a web-based platform designed for collaborative image annotation and the preparation of computer… opencv/cvat — CVAT is an open-source computer vision annotation tool and visual dataset management platform. It provides a…