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 a4fe010 commit 27c9921Copy full SHA for 27c9921
osi_modelinternal.proto
@@ -40,7 +40,7 @@ message ModelInternalObject
40
//
41
enum ObjectType
42
{
43
- // The object type is unknown. Value must not be used in ground truth.
+ // The object type is unknown. Value must not be used in ground truth.
44
45
OBJECT_TYPE_UNKNOWN = 0;
46
@@ -67,8 +67,8 @@ message ModelInternalObject
67
// Object of type \c TrafficLight.
68
69
OBJECT_TYPE_TRAFFIC_LIGHT = 6;
70
-
71
- // Object is a ghost object and does not exist in ground truth.
+
+ // Object is a ghost object and does not exist in ground truth.
72
73
OBJECT_TYPE_GHOST = 7;
74
}
0 commit comments