An open API service indexing awesome lists of open source software.

https://github.com/willguimont/simple_pc_viewer

Simple OpenGL point cloud viewer
https://github.com/willguimont/simple_pc_viewer

Last synced: 10 months ago
JSON representation

Simple OpenGL point cloud viewer

Awesome Lists containing this project

README

          

# simple_pc_viewer

[Video of the viewer in action](https://www.youtube.com/shorts/H557pRHr0Bg).

## Installation & Run

```shell
# Install dependencies
pip install -r requirements.txt
# Run with
python viewer.py data/pc.npy --labels data/labels.npy --color_map data/color_map.yaml --decimate 10
python viewer.py data/waymo_pc.npy --box_labels data/waymo_labels.npy --decimate 10 --rotate
```