Удалите метку из создателя определения метки для рабочего процесса лидара
removeLabel(
удаляет указанную метку ldc
,labelName
)labeName
от labelDefinitionCreatorLidar
ldc объекта
.
Создайте пустую labelDefinitionCreatorLidar
объект.
ldc = labelDefinitionCreatorLidar;
Cuboid
метки, Vehicle
, к объекту определения метки.
addLabel(ldc,'Vehicle','Cuboid')
Cuboid
метки, Car
, к объекту.addLabel(ldc,'Car','Cuboid')
ldc
ldc = labelDefinitionCreatorLidar contains the following labels: Vehicle with 0 attributes and belongs to None group. (info) Car with 0 attributes and belongs to None group. (info) For more details about attributes, use the info method.
'Car'
пометить и отобразить объект, чтобы подтвердить, что метка была удалена.removeLabel(ldc,'Car')
ldc
ldc = labelDefinitionCreatorLidar contains the following labels: Vehicle with 0 attributes and belongs to None group. (info) For more details about attributes, use the info method.