potree / PotreeConverter

Create multi res point cloud to use with potree
http://potree.org
BSD 2-Clause "Simplified" License
664 stars 416 forks source link

Converter Manual Testing Not Working/Picking Up Points #643

Open mikasteyn999 opened 8 months ago

mikasteyn999 commented 8 months ago

I've tried manually testing a few files (LAS & LAZ) using the command line (PotreeConverter.exe -o ), but each time I get a similar output in the console as if the files do not contain any points, but they definitely do. What could be the problem?

This is my input and the output:

C:\Users\mjste\Desktop\Potree Dev\gns-potree-converter\potree-file-server\PotreeConverter_windows_x64>Potreeconverter.exe C:\Users\mjste\Desktop\Potree Dev\test-file2.laz -o C:\Users\mjste\Desktop\Potree Dev\gns-potree-converter\potree-file-server\public\converted

threads: 12

paths: 0

output attributes: name offset size

================================================ 0

cubicAABB: { "min": [inf, inf, inf], "max": [-nan(ind), -nan(ind), -nan(ind)], "size": [-inf, -inf, -inf] }

points: 0

total file size: 0.0 bytes target directory: 'C:\Users\mjste\Desktop\Potree'

======================================= === COUNTING

tStartTaskAssembly: 0.000007s countPointsInCells: 0.024817s finished counting in 0s

createLUT: 0.024088s

======================================= === CREATING CHUNKS

distributePoints0: 0.000426s distributePoints1: 0.000991s finished creating chunks in 0s

======================================= === INDEXING

kleinicke commented 5 months ago

I have the same issue. Unlike you I compiled it on linux, and tried a .ply file exported by CloudCompare. But it seems like no attributes and points can be found and therefore cubicAABB is nan.