We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a81ef commit 56c9195Copy full SHA for 56c9195
com.unity.perception/Runtime/GroundTruth/Labelers/KeypointLabeler.cs
@@ -132,6 +132,8 @@ protected override void Setup()
132
m_AnnotationDefinition = DatasetCapture.RegisterAnnotationDefinition("keypoints", new []{TemplateToJson(activeTemplate)},
133
"pixel coordinates of keypoints in a model, along with skeletal connectivity data", id: new Guid(annotationId));
134
135
+ visualizationEnabled = supportsVisualization;
136
+
137
// Texture to use in case the template does not contain a texture for the joints or the skeletal connections
138
m_MissingTexture = new Texture2D(1, 1);
139
@@ -864,4 +866,4 @@ KeypointJson TemplateToJson(KeypointTemplate input)
864
866
return json;
865
867
}
868
-}
869
+}
0 commit comments