UCDvision / compact3d

Official implementation of "CompGS".
https://ucdvision.github.io/compact3d/
MIT License
158 stars 7 forks source link

Acquiring for reconstruction script for your compression method #10

Closed wcjj1236 closed 4 months ago

wcjj1236 commented 4 months ago

Hey, Would you mind providing me with the reconstruction or restoring python scripty for you compression method. I mean converting point_cloud.ply, kmeans_centers.pth, kmeans_args.npy, and kmeans_inds.bin into one point_cloud.ply file. In that case, I can directly open the rebuildt 3DGS with SIBR viewer.

klnavaneet commented 4 months ago

Hi. Thank you for your interest in our work. We have added support for conversion to a single ply file. Check out the 'convert to non-quantized model' section of the ReadMe.