Skip to content

Commit 8e35104

Browse files
committed
docs: update document
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
1 parent 0a990bb commit 8e35104

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
@@ -280,6 +280,20 @@ visibility {
280280

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

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+
283297
### ObjectAnn
284298

285299
- Filename: `object_ann.json`

0 commit comments

Comments
 (0)