Skip to content

Commit fc313d1

Browse files
committed
docs: update document
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
1 parent 73810ec commit fc313d1

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/schema/table.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,20 @@ visibility {
285285

286286
The following tables are optional, and skipped loading by `Tier4` class if not exists.
287287

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+
288302
### ObjectAnn
289303

290304
- Filename: `object_ann.json`

0 commit comments

Comments
 (0)