YihangChen-ee / HAC

:house: [ECCV 2024] Pytorch implementation of 'HAC: Hash-grid Assisted Context for 3D Gaussian Splatting Compression'
Other
197 stars 11 forks source link

如何预览编码后的模型? #3

Closed ZXStudio closed 5 months ago

ZXStudio commented 5 months ago

1 最终产物不应该是一个.ply文件吗?

YihangChen-ee commented 5 months ago

Hi,

We losslessly compress the .ply file to ./bitstreams using Arithmetic Coding, which is exactly what our paper does.

Please refer to issue1 and Readme.md to find out more detailed explanations.

THX :)

ZXStudio commented 5 months ago

和Readme.md

感谢~