Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to calculate metrics for the quantized model? #25

Open
songllz opened this issue Apr 12, 2024 · 2 comments
Open

How to calculate metrics for the quantized model? #25

songllz opened this issue Apr 12, 2024 · 2 comments

Comments

@songllz
Copy link

songllz commented Apr 12, 2024

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
Copy link
Author

songllz commented Apr 14, 2024

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.

@tuallen
Copy link

tuallen commented May 9, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants