Skip to content

Commit 2904630

Browse files
author
Mohsen Kamalzadeh
committed
Update KeyPointLabeler.cs
Tiny fix on behalf of Steve B
1 parent 7745ed8 commit 2904630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ void ProcessEntity(Labeling labeledEntity)
309309
keyPoints[idx].index = idx;
310310
keyPoints[idx].x = loc.x;
311311
keyPoints[idx].y = loc.y;
312-
keyPoints[idx].state = 1;
312+
keyPoints[idx].state = 2;
313313
}
314314

315315
cachedData.keyPoints.pose = "unset";

0 commit comments

Comments
 (0)