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 73810ec commit fc313d1Copy full SHA for fc313d1
1 file changed
docs/schema/table.md
@@ -285,6 +285,20 @@ visibility {
285
286
The following tables are optional, and skipped loading by `Tier4` class if not exists.
287
288
+### LidarSeg
289
+
290
+- Filename: `lidarseg.json`
291
292
+Mapping between LiDAR segmentation annotations and `SampleData` corresponding to the LiDAR point cloud associated with a keyframe.
293
294
+```json
295
+lidarseg {
296
+ "token": <str> -- Unique record identifier.
297
+ "filename": <str> -- Filename of the LiDAR segmentation annotation labels that is an array of unit8.
298
+ "sample_data_token": <str> -- Foreign key to the `SampleData` table associated with the sample data.
299
+}
300
+```
301
302
### ObjectAnn
303
304
- Filename: `object_ann.json`
0 commit comments