tddaniel

Results 3 comments of tddaniel

It looks like you are using open3d not pptk. Maybe ask over at https://github.com/intel-isl/Open3D?

Maybe something like this? Make data array, each point has (x,y,z,label) with the labels randomly chosen from 0-3 ``` import pptk import numpy as np x = np.random.randn(4000,4) labels =...

@nigeljw1 try using `v = pptk.viewer(P,debug=True)` it seemed to help as a temporary fix. @3dsman Thanks I will give it a try this weekend to see if that fixes things....