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