Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# T4 devkit
# t4-devkit

A toolkit to load and operate T4 dataset.

Expand Down Expand Up @@ -52,6 +52,10 @@ source .venv/bin/activate

### Visualization

`t4-devkit` provides a set of visualization tools to help you understand the data.

More details, please refer to [`t4viz` CLI](./docs/cli/t4viz.md) or [API usage](./docs/tutorials/render.md).

| Feature | Task | Support |
| :------ | :-------------------------- | :-----: |
| 3D | 3D Boxes | ✅ |
Expand All @@ -65,3 +69,9 @@ source .venv/bin/activate
| | Raw PointCloud on Image | ✅ |
| Map | Vector Map | ✅ |
| | Ego Position on Street View | ✅ |

### Sanity Checks

`t4-devkit` provides a set of sanity checks to ensure the correctness of the data.

More details, please refer to [`t4sanity` CLI](./docs/cli/t4sanity.md) or [API usage](./docs/tutorials/sanity.md).
10 changes: 10 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

### Visualization

`t4-devkit` provides a set of visualization tools to help you understand the data.

More details, please refer to [`t4viz` CLI](./cli/t4viz.md) or [API usage](./tutorials/render.md).

| Feature | Task | Support |
| :------ | :-------------------------- | :-----: |
| 3D | 3D Boxes | ✅ |
Expand All @@ -23,3 +27,9 @@
| | Raw PointCloud on Image | ✅ |
| Map | Vector Map | ✅ |
| | Ego Position on Street View | ✅ |

### Sanity Checks

`t4-devkit` provides a set of sanity checks to ensure the correctness of the data.

More details, please refer to [`t4sanity` CLI](./cli/t4sanity.md) or [API usage](./tutorials/sanity.md).
2 changes: 1 addition & 1 deletion mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: T4 dataset devkit
site_name: t4-devkit
repo_url: https://github.com/tier4/t4-devkit
repo_name: tier4/t4-devkit

Expand Down
Loading