| Crates.io | kitti-viewer |
| lib.rs | kitti-viewer |
| version | 0.1.2 |
| created_at | 2020-08-19 16:53:33.890132+00 |
| updated_at | 2020-08-19 16:53:33.890132+00 |
| description | Cross-platform 3D viewer to display kitti datasets poincloud and annotations |
| homepage | https://github.com/ThomAub/kitti-viewer |
| repository | https://github.com/ThomAub/kitti-viewer |
| max_upload_size | |
| id | 278242 |
| size | 105,838 |
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.
> 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
cargo build --release
It will be possible to download from github release and brew.