浏览代码

Update DatasetCapture.cs

/pyrception-integration
GitHub 3 年前
当前提交
3f0c34f3
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 5
      com.unity.perception/Runtime/GroundTruth/DatasetCapture.cs

5
com.unity.perception/Runtime/GroundTruth/DatasetCapture.cs


return ego;
}
public static void AddMetadata(string key, object value)
{
SimulationState.AddMetadata(key, value);
}
/// <summary>
/// Register a new sensor under the given ego.
/// </summary>

正在加载...
取消
保存