LightGaussian icon indicating copy to clipboard operation
LightGaussian copied to clipboard

How to calculate metrics for the quantized model?

Open songllz opened this issue 2 years ago • 3 comments

Thank you for your work.

After quantization, the model folder contains only one folder named extreme_saving and a point_cloud.ply file. I tried to use this folder directly with the command

python render_video.py --load_vq

But it gives an error saying it can't find the cfg_args folder.

How can I resolve this problem?

songllz avatar Apr 12 '24 14:04 songllz

Moreover, I want to know where the Recovery after pruning is implemented in the code. I haven't found it.

Looking forward to your reply.

songllz avatar Apr 14 '24 11:04 songllz

I would like to follow up on this. How do we render the vector quantized scene? I get the following error when I try to run it on a quantized directory formatted like the example.

    extra_f_names = extra_f_names.reshape((features_dc.shape[0],3,sh_dim//3))
ValueError: cannot reshape array of size 61899232 into shape (1934351,3,15)

tuallen avatar May 09 '24 04:05 tuallen

same error as below ~ @Kevin-2017
But it gives an error saying it can't find the cfg_args folder.

yangqing-yq avatar Jun 14 '24 12:06 yangqing-yq