主要内容

本页采用了机器翻译。点击此处可查看英文原文。

AI 辅助和自动标注

使用 SAM 和 Grounding DINO 等 AI 辅助工具自动标注,创建自定义自动标注算法

为了加速标注过程,Computer Vision Toolbox™ 提供了内置的 AI 辅助和自动标注算法,直接集成到图像标注器视频标注器中。这些包括高级模型,如用于自动像素级分割的分割一切模型 (SAM) 和使用自然语言提示进行目标检测的 Grounding DINO。这些工具使您能够以最少的手动操作快速生成高质量注解,方式包括交互式选择区域或自动标注整个场景。要开始使用 AI 辅助和自动标注,请参阅Get Started with AI-Assisted and Automated Labeling

要对自动标注过程及其参数进行更多控制和自定义,您可以创建自定义自动标注算法并将其导入标注 App。您可以使用基于函数的接口基于类的接口来实现这些自动标注算法,并支持专用工作流,如用于跨帧跟踪的时序自动标注和用于处理大规模图像的分块图像自动标注。有关详细信息,请参阅Create Custom Automation Algorithm for Labeling

App

图像标注器为计算机视觉应用标注图像
视频标注器Label video for computer vision applications

函数

全部展开

vision.labeler.AutomationAlgorithmInterface for algorithm automation in ground truth labeling
vision.labeler.mixin.TemporalMixin interface for adding temporal context to automation algorithms
vision.labeler.mixin.BlockedImageAutomationMixin interface for performing blocked image automation
blockedImageAutomationAlgorithmImplements the blocked image automation algorithm
initializeInitialize state for algorithm execution (optional)
runRun label automation on every frame in interval
terminateTerminate automated algorithm (optional)
settingsDialog显示算法设置(选项)
checkSetupSet up validation (optional)
checkLabelDefinitionValidate label definition
supportsReverseAutomationSet reverse algorithm automation flag

主题

精选示例