Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converter Manual Testing Not Working/Picking Up Points #643

Open
mikasteyn999 opened this issue Dec 6, 2023 · 1 comment
Open

Converter Manual Testing Not Working/Picking Up Points #643

mikasteyn999 opened this issue Dec 6, 2023 · 1 comment

Comments

@mikasteyn999
Copy link

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
Copy link

kleinicke commented Mar 24, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants