Skip to content

Commit 27c9921

Browse files
Reviewed...
1 parent a4fe010 commit 27c9921

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

osi_modelinternal.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ message ModelInternalObject
4040
//
4141
enum ObjectType
4242
{
43-
// The object type is unknown. Value must not be used in ground truth.
43+
// The object type is unknown. Value must not be used in ground truth.
4444
//
4545
OBJECT_TYPE_UNKNOWN = 0;
4646

@@ -67,8 +67,8 @@ message ModelInternalObject
6767
// Object of type \c TrafficLight.
6868
//
6969
OBJECT_TYPE_TRAFFIC_LIGHT = 6;
70-
71-
// Object is a ghost object and does not exist in ground truth.
70+
71+
// Object is a ghost object and does not exist in ground truth.
7272
//
7373
OBJECT_TYPE_GHOST = 7;
7474
}

0 commit comments

Comments
 (0)