CVAT is an open-source computer vision annotation tool and visual dataset management platform. It provides a self-hosted interface for labeling images, videos, and 3D data to create datasets for vision AI models. The platform features AI-assisted data labeling to automate the creation of masks and bounding boxes, utilizing a plug-in system to connect external machine learning models. It includes a consensus-based quality assurance system that verifies label accuracy by comparing independent annotations. The system covers collaborative team management, project organization through task decomp
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
X-AnyLabeling is an AI-assisted annotation platform and computer vision labeling tool. It provides an interface for annotating images and videos using polygons and rectangles to create training sets for machine learning models. The project distinguishes itself through the integration of external AI models via a plugin-based inference backend, allowing for automated generation of candidate labels and the execution of specialized tasks like pose estimation and object detection. It also functions as an optical character recognition tool for extracting text and layout information from document im
Labelme is a Python-based image annotation tool used to create computer vision datasets. It serves as a visual editor for semantic segmentation, allowing users to define object boundaries using polygons, rectangles, points, and circles. The application also functions as a multispectral image annotator, supporting high-bit depth TIFF files used in satellite and scientific imagery.
The main features of wkentaro/labelme are: AI-Assisted Labeling, Computer Vision Annotation, AI Model Integrations, Semantic Segmentation, JSON-Based Persistence, Vision Dataset Converters, Image Annotation Tools, Vision Dataset Standardizers.
Open-source alternatives to wkentaro/labelme include: opencv/cvat — CVAT is an open-source computer vision annotation tool and visual dataset management platform. It provides a… tzutalin/labelimg — labelImg is a desktop image annotation tool and dataset preparation utility used to create labeled datasets for… cvhub520/x-anylabeling — X-AnyLabeling is an AI-assisted annotation platform and computer vision labeling tool. It provides an interface for… heartexlabs/label-studio — Label Studio is a multi-type data labeling tool and data annotation workspace designed to prepare datasets for machine… labelbox/labelbox. cocodataset/cocoapi — This project is a toolkit and API designed for parsing, manipulating, and visualizing image annotations for computer…