VITA-Group/LightGaussian

How to calculate metrics for the quantized model?

songllz opened this issue · 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?

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.

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)

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