google / draco

Draco is a library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics.
https://google.github.io/draco/
Apache License 2.0
6.45k stars 961 forks source link

Encoding time of draco regarding different qp values #1014

Open kanonjz opened 1 year ago

kanonjz commented 1 year ago

I use Draco to compress the same point cloud file with different qp values. The results show that a higher qp value leads to a larger file size with a longer encoding time. I'm confused why less compression results in a longer time. Does anyone have idea about this?

rugragi2cat commented 3 months ago

any hints?