Удалите метку от создателя определения метки для рабочего процесса лидара
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.