Skip to main content

point cloud viz

Project description

pcdviz

pcdviz is a tool help to visuliaza pointcloud, labels and user-defined shapes. In addition, it also provides tool functions to generate charts and animations, etc. It's inspired by open3d.

Install

pip3 install pcdviz

Quick start

You can use it in many scenarios, here are some examples.

Display point cloud

If you only need to display the point cloud, specify the point cloud path and run the following command.

pcdviz --pcd=data/kitti/training/velodyne/000003.bin --example

--example means example mode, you can remove it in normal mode

pointcloud

Display multi point cloud

If you want to display multiple point clouds at the same time, such as the results of ground detection, or the results of point cloud registration.

From here on we start to use the configuration file method because it is more flexible.

pcdviz --cfg=config/multi_pointcloud.yaml --example

--example means example mode, you can remove it in normal mode

multi_pointcloud

Display point cloud and labels

In the field of deep learning, we want to visualize detection results and compare them with ground truth.

pcdviz --cfg=config/frame_visualize.yaml --example

--example means example mode, you can remove it in normal mode

frame_visualize

Display dataset

If you want to view the whole dataset like KITTI, Nuscenes, Waymo. The first frame is initially displayed, and you can switch to the next frame by pressing the button N.

pcdviz --cfg=config/dataset_visualize.yaml --example

--example means example mode, you can remove it in normal mode

dataset_visualize

KITTI

KITTI directory structure is as follows

kitti
└── training
    ├── calib
    │   ├── 000003.txt
    │   ├── 000004.txt
    │   └── 000005.txt
    ├── label_2
    │   ├── 000003.txt
    │   ├── 000004.txt
    │   └── 000005.txt
    └── velodyne
        ├── 000003.bin
        ├── 000004.bin
        └── 000005.bin

Plan

dataset

  • Customize the frame order, which is useful when checking data quality
  • Automatically filter based on conditions, for example, only display frames where the number of pedestrians is greater than 3

statistics

  • Generate statistical charts for datasets

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pcdviz-0.0.3.tar.gz (4.6 MB view details)

Uploaded Source

Built Distribution

pcdviz-0.0.3-py3-none-any.whl (4.6 MB view details)

Uploaded Python 3

File details

Details for the file pcdviz-0.0.3.tar.gz.

File metadata

  • Download URL: pcdviz-0.0.3.tar.gz
  • Upload date:
  • Size: 4.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.7.6

File hashes

Hashes for pcdviz-0.0.3.tar.gz
Algorithm Hash digest
SHA256 05cc47c7c4f75f98c04f321881436be56360fb5761319a1d2455c3fd9e0bdeb5
MD5 734dc5f89cb6d2101e346a3e57b72a3b
BLAKE2b-256 145bfe2ff54a4149f54b8ccd09d9964f07c9fb9e39923c53d04df1ee6cc735ab

See more details on using hashes here.

File details

Details for the file pcdviz-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: pcdviz-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.7.6

File hashes

Hashes for pcdviz-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 69f3214984ee789e2690e8d6d5ebbf4f1ef50e965b37e419e2f8ff23ee0fada3
MD5 743af349f5185b8c26ae39ee1a8a46bb
BLAKE2b-256 8346da8880fa9b213f6ef3f3c036dd53c4562036cc37ea4a60244f07621bd5ee

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page