浏览代码

Update KeyPointLabeler.cs

Tiny fix on behalf of Steve B
/main
Mohsen Kamalzadeh 4 年前
当前提交
9608676d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      com.unity.perception/Runtime/GroundTruth/Labelers/KeyPointLabeler.cs

2
com.unity.perception/Runtime/GroundTruth/Labelers/KeyPointLabeler.cs


keyPoints[idx].index = idx;
keyPoints[idx].x = loc.x;
keyPoints[idx].y = loc.y;
keyPoints[idx].state = 1;
keyPoints[idx].state = 2;
}
cachedData.keyPoints.pose = "unset";

正在加载...
取消
保存