Jon Hogins
5 年前
当前提交
c50b0293
共有 4 个文件被更改,包括 43 次插入 和 22 次删除
-
36com.unity.perception/Editor/GroundTruth/LabelingConfigurationEditor.cs
-
7com.unity.perception/Runtime/GroundTruth/Labeling/LabelingConfiguration.cs
-
19com.unity.perception/Runtime/GroundTruth/Labeling/StartingLabelId.cs
-
3com.unity.perception/Runtime/GroundTruth/Labeling/StartingLabelId.cs.meta
|
|||
using System; |
|||
|
|||
namespace UnityEngine.Perception.GroundTruth |
|||
{ |
|||
/// <summary>
|
|||
/// Selector for whether label ids should start at zero or one. <seealso cref="LabelingConfiguration.StartingLabelId"/>.
|
|||
/// </summary>
|
|||
public enum StartingLabelId |
|||
{ |
|||
/// <summary>
|
|||
/// Start label id assignment at 0
|
|||
/// </summary>
|
|||
Zero, |
|||
/// <summary>
|
|||
/// Start label id assignment at 1
|
|||
/// </summary>
|
|||
One |
|||
} |
|||
} |
|
|||
fileFormatVersion: 2 |
|||
guid: 2f8f1d8ca6304fab94bf1c45c9ad0873 |
|||
timeCreated: 1589210485 |
撰写
预览
正在加载...
取消
保存
Reference in new issue