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

Only the positions of the point cloud data in the ply file got compressed #1065

Open
lwan86 opened this issue May 14, 2024 · 0 comments
Open

Comments

@lwan86
Copy link

lwan86 commented May 14, 2024

I converted the point cloud data from the KITTI dataset into ply format. The header of the ply file is shown as follows:
ply
format binary_little_endian 1.0
element vertex 126085
property float x
property float y
property float z
property float reflectance
end_header

I then use draco to compress and decompress this file. In the ply file which contains the decompressed data, it seems that only the positions (x, y, z) are decompressed:

ply
format binary_little_endian 1.0
element vertex 126085
property float x
property float y
property float z
end_header

How to let draco compress other properties (e.g., reflectance) as well?

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

1 participant