浏览代码

make object count labeler's idlabelconfig field settable

/generic-asset-sources
Mohsen Kamalzadeh 3 年前
当前提交
077be71d
共有 4 个文件被更改,包括 21 次插入1 次删除
  1. 6
      com.unity.perception/Runtime/GroundTruth/Labelers/ObjectCountLabeler.cs
  2. 8
      com.unity.perception/Editor/Pyrception.meta
  3. 8
      com.unity.perception/Editor/Pyrception/pyrception-utils.meta

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.

8
com.unity.perception/Editor/Pyrception.meta


fileFormatVersion: 2
guid: 5000b0088702b4f589e73939e27aa132
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

8
com.unity.perception/Editor/Pyrception/pyrception-utils.meta


fileFormatVersion: 2
guid: 6c8dccf3511434d2aadb672239c0c571
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
正在加载...
取消
保存