Change group name in label definition creator for lidar workflow
Create an empty labelDefinitionCreatorLidar
object.
ldc = labelDefinitionCreatorLidar;
Cuboid
label, Vehicle
, to the label definition
creator object.
addLabel(ldc,'Vehicle','Cuboid')
info(ldc,'Vehicle')
Name: "Vehicle" Type: Cuboid LabelColor: {''} Group: "None" Attributes: [] Description: ' '
Edit the group name of the label.
editGroupName(ldc,'None','Transport')
Group
field is
updated.
info(ldc,'Vehicle')
Name: "Vehicle" Type: Cuboid LabelColor: {''} Group: "Transport" Attributes: [] Description: ' '