Skip to content

Commit

Permalink
docs: update README (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: ktro2828 <[email protected]>
  • Loading branch information
ktro2828 authored Oct 23, 2024
1 parent e6dc14d commit 4bde9e8
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 12 deletions.
36 changes: 29 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ A toolkit to load and operate T4 dataset.

### Installation

#### For users
#### Install via GitHub

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

#### For developers
#### Install from source

```shell
git clone [email protected]:tier4/t4-devkit.git
Expand All @@ -31,8 +31,30 @@ poetry install

## Feature supports

| Feature | Supported |
| :----------------: | :-------: |
| Loading T4 Dataset ||
| Visualization ||
| Evaluation | |
### Visualization

| Feature | Task | Support |
| :------ | :---------------------- | :-----: |
| 3D | 3D Boxes ||
| | PointCloud Segmentation | |
| | Raw PointCloud ||
| | 3D Trajectories | |
| | TF Links ||
| | Vector Map | |
| 2D | 2D Boxes ||
| | Image Segmentation ||
| | Raw Image ||
| | Raw PointCloud on Image ||

### Evaluation

| Feature | Task | Support |
| :------ | :---------------------- | :-----: |
| 3D | 3D Detection | |
| | 3D Tracking | |
| | 3D Motion Prediction | |
| | PointCloud Segmentation | |
| 2D | 2D Detection | |
| | 2D Tracking | |
| | Image Segmentation | |
| | Classification | |
32 changes: 27 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,30 @@

## Feature supports

| Feature | Supported |
| :----------------: | :-------: |
| Loading T4 Dataset ||
| Visualization ||
| Evaluation | |
### Visualization

| Feature | Task | Support |
| :------ | :---------------------- | :-----: |
| 3D | 3D Boxes ||
| | PointCloud Segmentation | |
| | Raw PointCloud ||
| | 3D Trajectories | |
| | TF Links ||
| | Vector Map | |
| 2D | 2D Boxes ||
| | Image Segmentation ||
| | Raw Image ||
| | Raw PointCloud on Image ||

### Evaluation

| Feature | Task | Support |
| :------ | :---------------------- | :-----: |
| 3D | 3D Detection | |
| | 3D Tracking | |
| | 3D Motion Prediction | |
| | PointCloud Segmentation | |
| 2D | 2D Detection | |
| | 2D Tracking | |
| | Image Segmentation | |
| | Classification | |

0 comments on commit 4bde9e8

Please sign in to comment.