主要内容

自动标注

使用自动化算法进行真实值标注

通过创建和导入自定义自动化算法,使用自动化算法自动标注数据。您也可以使用创建自动化算法的自定义函数。通过可在标注 App 中指定的函数,您可以调整自动化参数。有关详细信息,请参阅Create Automation Algorithm for Labeling

App

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

函数

全部展开

initializeInitialize state for algorithm execution (optional)
runRun label automation on every frame in interval
terminateTerminate automated algorithm (optional)
checkSetupSet up validation (optional)
checkLabelDefinitionValidate label definition
vision.labeler.AutomationAlgorithmInterface for algorithm automation in ground truth labeling
settingsDialogDisplay algorithm settings (optional)
vision.labeler.mixin.TemporalMixin interface for adding temporal context to automation algorithms
vision.labeler.mixin.BlockedImageAutomationMixin interface for performing blocked image automation (自 R2021a 起)
blockedImageAutomationAlgorithmImplements the blocked image automation algorithm (自 R2021a 起)
supportsReverseAutomationSet reverse algorithm automation flag

主题