浏览代码

Updating PerceptionCameraIntegrationTests for new fix.

/fix_label_id_report
Jon Hogins 4 年前
当前提交
0ff8a51e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      com.unity.perception/Tests/Runtime/GroundTruthTests/PerceptionCameraIntegrationTests.cs

4
com.unity.perception/Tests/Runtime/GroundTruthTests/PerceptionCameraIntegrationTests.cs


yield return null;
var jsonExpected = $@" {{
""label_id"": 0,
""label_id"": 100,
""label_name"": ""label"",
""instance_id"": 1,
""x"": 0.0,

{
new LabelEntry
{
id = 1,
id = 100,
label = label,
value = 500
}

正在加载...
取消
保存