heremaps / pptk

The Point Processing Toolkit (pptk) is a Python package for visualizing and processing 2-d/3-d point clouds.
https://heremaps.github.io/pptk
MIT License
610 stars 112 forks source link

no visualization comes out? #47

Closed AndreV84 closed 3 years ago

AndreV84 commented 3 years ago
 python3
Python 3.6.9 (default, Oct  8 2020, 12:12:24) 
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy as np
>>> x = np.random.rand(100, 3)
>>> import pptk
>>> v = pptk.viewer(x)
AndreV84 commented 3 years ago

resolved with https://github.com/heremaps/pptk/issues/4#issuecomment-535537152