WANG Xianyu
WANG Xianyu
These files have far less points as expected. For example, cambridge_block_0.ply is excepted to contain 47845657 points as noted in the header. But only has 264178 row of data.
i had the same problem at one time. The cuda library was not loaded but it didn't show any warning or error. The program continued with CPU only. However, this...
tensorflow 2 nightly with tensorflow.compat.v1 works for me. CUDA 11.1 with cudnn 8
> You can "fix" this yourself by adding a viewer.wait() or a time.sleep(20). It appears, that the capture is faster than the building of the point cloud. add wait() before...
> Hi, > > I want to save the view of the loaded pointcloud in the viewer as a png file. I tried using v.capture() but it just gives black...