浏览代码

small change to make object count labeler a team player

/h-i
Mohsen Kamalzadeh 3 年前
当前提交
996cb317
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 6
      com.unity.perception/Runtime/GroundTruth/Labelers/ObjectCountLabeler.cs

6
com.unity.perception/Runtime/GroundTruth/Labelers/ObjectCountLabeler.cs


/// <summary>
/// The <see cref="IdLabelConfig"/> which associates objects with labels.
/// </summary>
public IdLabelConfig labelConfig => m_LabelConfig;
public IdLabelConfig labelConfig
{
get => m_LabelConfig;
set => m_LabelConfig = value;
}
/// <summary>
/// Fired when the object counts are computed for a frame.

正在加载...
取消
保存