メインコンテンツ

このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。

ラベル付け

R2025b
セマンティック セグメンテーション、オブジェクト検出、および分類のための、点群の対話的なラベル付け

点群または点群シーケンスのグラウンド トゥルース データに対話的にラベルを付けるには、LiDAR ラベラー アプリを使用します。オブジェクト検出の場合は直方体とポリラインに、セマンティック セグメンテーションの場合はボクセルに、点群分類の場合はシーンにラベルを付けることができます。点群シーケンスにラベルを付ける方法については、LiDAR ラベラー入門を参照してください。

アプリには、オブジェクトの追跡および内挿用にラベル付け処理を自動化するためのアルゴリズムが用意されています。含まれているアルゴリズムのいずれかを使用するか、カスタムの自動化アルゴリズムを作成してインポートすることができます。詳細については、Create Custom Automation Algorithm for Labelingを参照してください。

Lidar Toolbox™ の関数を使用してラベルを定義し、ラベル付け処理をプログラムによって自動化することもできます。

Lidar Labeler App

アプリ

LiDAR ラベラーLiDAR 点群のグラウンド トゥルース データへのラベル付け

関数

すべて展開する

グラウンド トゥルースの格納

groundTruthLidar(To be removed) Object for storing labeled lidar data
selectLabels(To be removed) Select ground truth data by label name or type
selectLabelsByGroup(To be removed) Select ground truth data by label group name
selectLabelsByName(To be removed) Select ground truth data by label name
selectLabelsByType(To be removed) Select ground truth data by label type
changeFilePaths(To be removed) Change file paths in ground truth data

ラベルの定義の作成と編集

labelDefinitionCreatorLidar(To be removed) Store, modify, and create label definitions tables for lidar
create(To be removed) Create label definitions table from label definition creator object for lidar workflow
labelTypeLabel type enumerations for labeling
lidarLabelType(To be removed) Lidar label type enumerations for labeling (R2022a 以降)
attributeTypeラベル付け用の属性タイプの列挙値
addLabel(To be removed) Add label to label definition creator object for lidar workflow
addAttribute(To be removed) Add attribute to label in label definition creator for lidar workflow
editLabelGroup(To be removed) Modify label group name in label definition creator object for lidar workflow
editGroupName(To be removed) Change group name in label definition creator for lidar workflow
editLabelDescription(To be removed) Modify label description in label definition creator for lidar workflow
editAttributeDescription(To be removed) Modify attribute description in label definition creator object for lidar workflow
removeAttribute(To be removed) Remove attribute from label in label definition creator for lidar workflow
removeLabel(To be removed) Remove label from label definition creator for lidar workflow

外部ビデオ表示の接続

lidar.syncImageViewer.SyncImageViewer(To be removed) Interface to connect external tool to Lidar Labeler app
dataSourceChangeListener(To be removed) Update external tool when connecting to signal being loaded into Lidar Labeler app
frameChangeListener(To be removed) Update external tool when new frame is displayed in Lidar Labeler app
updateLabelerCurrentTime(To be removed) Update current time in Lidar Labeler app
initializeInitialize state for algorithm execution (optional) (R2022a 以降)
runRun label automation on every frame in interval (R2022a 以降)
terminateTerminate automated algorithm (optional) (R2022a 以降)
checkSetupSet up validation (optional) (R2022a 以降)
checkSignalTypeValidate signal type (R2022a 以降)
checkLabelDefinitionValidate label definition (R2022a 以降)
lidar.labeler.AutomationAlgorithmInterface for algorithm automation in ground truth labeling (R2022a 以降)
settingsDialogDisplay algorithm settings (optional) (R2022a 以降)
lidar.labeler.mixin.TemporalMixin interface for adding temporal context to automation algorithms (R2022a 以降)

トピック

入門

ラベル付けの自動化

注目の例