Skip to content

tier4/t4-devkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

19d35dc Β· Apr 24, 2025
Feb 13, 2025
Apr 24, 2025
Apr 24, 2025
Apr 24, 2025
Jan 14, 2025
Oct 2, 2024
Oct 2, 2024
Sep 30, 2024
Feb 11, 2025
Feb 28, 2025
Apr 24, 2025

Repository files navigation

T4 devkit

A toolkit to load and operate T4 dataset.

Getting started

πŸ“˜ Documentation | βš™οΈ Tutorial | 🧰 API Reference

Installation

Install via GitHub

Note that the following command installs the latest main branch:

# e.g) with pip
pip install git+https://github.com/tier4/t4-devkit.git

By specifying @<TAG_OR_BRANCH>, you can install the particular version of t4-devkit:

# e.g) with pip
pip install git+https://github.com/tier4/t4-devkit.git@main

Install from source

You need to install uv. For details, please refer to OFFICIAL DOCUMENT.

git clone git@github.com:tier4/t4-devkit.git
cd t4-devkit
uv sync --python 3.10

The virtual environment can be activated with:

source .venv/bin/activate

Dataset Format

For details of T4 dataset format, please refer to tier4_perception_dataset/t4_format_3d_detailed.md.

Feature supports

Visualization

Feature Task Support
3D 3D Boxes βœ…
PointCloud Segmentation
Raw PointCloud βœ…
3D Trajectories βœ…
TF Links βœ…
2D 2D Boxes βœ…
Image Segmentation βœ…
Raw Image βœ…
Raw PointCloud on Image βœ…
Map Vector Map
Ego Position on Street View βœ…

Evaluation

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