You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controller/src/schema/metadata.schema.json
-29Lines changed: 0 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -90,32 +90,6 @@
90
90
},
91
91
"required": ["x", "y", "width", "height"]
92
92
},
93
-
"center_of_mass": {
94
-
"title": "Center of Mass",
95
-
"type": "object",
96
-
"description": "Center of mass region of a detected object in pixel coordinates of a detected object in an image frame. It is a smaller bounding box that is used for determining average distance from the camera when using RealSense, for example.",
97
-
"properties": {
98
-
"x": {
99
-
"type": "number",
100
-
"description": "Number of horizontal pixels from the left side of the image to the center of mass bounding box."
101
-
},
102
-
"y": {
103
-
"type": "number",
104
-
"description": "Number of vertical pixels from the top of the image to the center of mass bounding box."
105
-
},
106
-
"width": {
107
-
"type": "number",
108
-
"description": "Horizontal width of the center of mass bounding box in pixels.",
109
-
"minimum": 0
110
-
},
111
-
"height": {
112
-
"type": "number",
113
-
"description": "Vertical height of the center of mass bounding box in pixels.",
114
-
"minimum": 0
115
-
}
116
-
},
117
-
"required": ["x", "y", "width", "height"]
118
-
},
119
93
"semantic_metadata_attribute": {
120
94
"type": "object",
121
95
"title": "Semantic Metadata Attribute",
@@ -233,9 +207,6 @@
233
207
"$ref": "#/definitions/semantic_metadata",
234
208
"description": "Semantic metadata describing what an object is (age, gender, clothing, embedding vectors, etc)."
0 commit comments