Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
Signed-off-by: ktro2828 <[email protected]>
  • Loading branch information
ktro2828 committed Oct 22, 2024
1 parent 59a2078 commit de9302e
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ git clone [email protected]:tier4/t4-devkit.git
cd t4-devkit
poetry install
```

## Feature supports

| Feature | Supported |
| :----------------: | :-------: |
| Loading T4 Dataset ||
| Visualization ||
| Evaluation | |
8 changes: 8 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@
<div align="center">
<img src="assets/render_scene.gif" width="800" alt="RENDER SAMPLE"/>
</div>

## Feature supports

| Feature | Supported |
| :----------------: | :-------: |
| Loading T4 Dataset ||
| Visualization ||
| Evaluation | |
14 changes: 14 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Install via GitHub

```shell
# e.g) with poetry
poetry add git+https://github.com/tier4/t4-devkit.git
```

## Install from source

```shell
git clone [email protected]:tier4/t4-devkit.git
cd t4-devkit
poetry install
```
6 changes: 4 additions & 2 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
site_name: T4 Perception Dataset devkit

nav:
- Home: index.md
- Home:
- T4Devkit: index.md
- Installation: install.md
- Tutorials:
- Initialization: tutorials/initialize.md
- Rendering: tutorials/render.md
- Visualization: tutorials/render.md
- Customization: tutorials/customize.md
- API:
- TIER IV: apis/tier4.md
Expand Down

0 comments on commit de9302e

Please sign in to comment.