您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
11 行
294 B
11 行
294 B
using System;
|
|
|
|
namespace UnityEngine.Perception.GroundTruth
|
|
{
|
|
[Serializable]
|
|
public class RenderedObjectInfoLabeler : CameraLabeler
|
|
{
|
|
public string annotationId = "F9F22E05-443F-4602-A422-EBE4EA9B55CB";
|
|
public LabelingConfiguration labelingConfiguration;
|
|
}
|
|
}
|