Skip to content

Commit af7989a

Browse files
authored
Merge pull request #336 from Unity-Technologies/fix-3Dexception-typo
fix the exception typo, should be "3D" not "2D"
2 parents e809f13 + f5b6cf1 commit af7989a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public BoundingBox3DLabeler(IdLabelConfig labelConfig)
119119
protected override void Setup()
120120
{
121121
if (idLabelConfig == null)
122-
throw new InvalidOperationException("BoundingBox2DLabeler's idLabelConfig field must be assigned");
122+
throw new InvalidOperationException("BoundingBox3DLabeler's idLabelConfig field must be assigned");
123123

124124
m_AnnotationDefinition = DatasetCapture.RegisterAnnotationDefinition("bounding box 3D", idLabelConfig.GetAnnotationSpecification(),
125125
"Bounding box for each labeled object visible to the sensor", id: new Guid(annotationId));

0 commit comments

Comments
 (0)