kitti-viewer

Crates.iokitti-viewer
lib.rskitti-viewer
version0.1.2
sourcesrc
created_at2020-08-19 16:53:33.890132
updated_at2020-08-19 16:53:33.890132
descriptionCross-platform 3D viewer to display kitti datasets poincloud and annotations
homepagehttps://github.com/ThomAub/kitti-viewer
repositoryhttps://github.com/ThomAub/kitti-viewer
max_upload_size
id278242
size105,838
Thomas (ThomAub)

documentation

README

Kitti Viewer

kitti_viewer is a library and also a cli to read and display KITTI pointcloud. It will also be able to display the 3D annotations and the 3D BoundingBox computed by your favorite algorithm.

Usage

> kitti-viewer --help
kitti-viewer 0.1.0
Thomaub <github.thomaub@gmail.com>
Display KITTI 3D Pointcloud with annotations and your model inferences

USAGE:
    kitti-viewer <pointcloud-file> [ARGS]

ARGS:
    <pointcloud-file>     Path to the kitti Pointcloud .bin or .txt file
    <annotations-file>    Path to the kitti 3D annotation .txt file
    <inferences-file>     Path to your model inferences .json file

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

Build

cargo build --release

It will be possible to download from github release and brew.

Commit count: 67

cargo fmt