8 个仓库
Scripts for standardizing annotation metadata for training and evaluation.
Distinguishing note: Focuses on the conversion of annotations for compatibility with specific pipelines.
Explore 8 awesome GitHub repositories matching data & databases · Annotation Conversion Tools. Refine with filters or upvote what's useful.
This project is a modular research toolkit designed for developing, training, and evaluating deep learning models for object detection, segmentation, and video instance tracking. It provides a flexible training engine that manages complex neural network execution, including distributed training, custom lifecycle hooks, and weight optimization. The framework is built around a hierarchical configuration system that allows users to define architectures, data pipelines, and training hyperparameters through composable, inheritable files. The project distinguishes itself through its highly modular
Provides conversion scripts to transform dataset annotations into standardized formats.
Label Studio is a multi-modal data annotation platform designed to create and manage high-quality training datasets for machine learning. It functions as a self-hosted, containerized environment that supports secure, private deployments, including air-gapped configurations. The platform provides a centralized workspace for labeling diverse media types, such as images, text, audio, and time-series data, to support supervised and reinforcement learning workflows. The platform distinguishes itself through deep integration with machine learning backends, enabling active learning loops, automated
Transforms annotation files into various formats to ensure compatibility with diverse machine learning frameworks.
CVAT is an open-source, web-based platform designed for annotating images, videos, and 3D point clouds to create high-quality training datasets for machine learning. It functions as a containerized server that orchestrates the entire lifecycle of computer vision data, from initial task creation and manual labeling to quality assurance and final dataset export. The platform distinguishes itself through deep integration with machine learning models, allowing users to deploy custom AI models as serverless functions for automated object detection, tracking, and skeleton annotation. It supports co
Transforms labels between geometric formats to standardize dataset representations.
ParlAI is a conversational AI research framework designed for training, evaluating, and sharing dialogue models using a unified interface for datasets and agents. It functions as a PyTorch-based training platform and a dialogue data collection system, providing a centralized model zoo for the distribution of versioned pretrained agents. The project distinguishes itself through a knowledge-grounded retrieval system that combines dense and sparse indexing to ground responses in external information. It also provides a comprehensive infrastructure for gathering human-AI interaction data via inte
Presents pre-recorded conversations to humans for annotating speaker responses using checkboxes.
ImageAI is a Python computer vision library providing a suite of tools for image classification, object detection, and video analytics. It functions as an integrated framework for locating and labeling objects in static images and video streams, utilizing deep learning models for identification and categorization. The project includes a model training toolkit that allows for the creation of custom classifiers and detectors through scratch training or transfer learning. It features a GPU-accelerated inference engine to increase processing speed for vision tasks and includes specialized utiliti
Provides tools for standardizing image annotation metadata to ensure compatibility with training pipelines.
This project is an object detection framework implementing the YOLOv3 architecture using Keras and TensorFlow. It functions as a deep learning vision model and computer vision toolset designed to locate and classify multiple entities within images and video streams using bounding boxes. The system includes a multi-GPU inference engine to distribute computational loads across several graphics processing units. It also provides a pipeline for creating custom object detectors by retraining pre-trained weights on annotated datasets to recognize user-defined object classes. The framework covers m
Provides scripts to convert XML annotation metadata into standardized formats for training and evaluation.
mmocr 是一个基于 PyTorch 的光学字符识别(OCR)框架,旨在训练和部署文本检测、识别和关键信息提取模型。它作为一个全面的场景文本检测和识别工具箱,提供用于定位文本区域并将视觉文本转换为机器编码字符串的专用库。 该项目的独特之处在于用于关键信息提取的研究框架和高级文本定位功能。这些包括使用 Transformer 的基于点的定位,以及使用参数化贝塞尔曲线来识别和转录任意形状的文本。 该框架涵盖了广泛的计算机视觉功能,包括用于增强和标准化多样化 OCR 数据集的流水线管理、具有分布式扩展的模型训练,以及使用标准 OCR 指标的性能评估。它还提供用于几何多边形操作和结果可视化的实用程序,以便根据真实标注审计预测。 该系统使用 Python 实现,并支持通过 Docker 环境打包进行安装。
Transforms legacy annotation files into formats supported by text detection and recognition pipelines.
这是一个 Python 生物成像工具包和分析套件,专为处理和分析显微镜及医学图像而设计。它提供了一系列用于图像量化、医学图像分割和通用生物成像工作流的工具。 该套件包括用于量化生物数据的专门功能,例如通过 Sholl 分析测量神经元分支复杂性、计算颗粒大小分布以及在划痕实验中跟踪伤口面积。它还具有一个医学图像分割库,实现了用于隔离 3D 数据中解剖结构的 U-Net 架构,并使用生成对抗网络创建用于数据集增强的合成科学图像。 总体而言,该项目涵盖了图像处理原语,包括去噪、对比度增强和形态学变换。它提供用于在 COCO、YOLO 和二进制掩码格式之间转换标注的数据集管理实用程序,以及用于训练神经网络和实现基于自动编码器的权重迁移的机器学习工具。 分析工作流以一系列交互式 Jupyter Notebook 的形式提供。
Transforms JSON object annotations into labeled mask images for use in semantic segmentation tasks.