You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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)
Thank you for your work.
After quantization, the model folder contains only one folder named
extreme_saving
and apoint_cloud.ply
file. I tried to use this folder directly with the commandBut it gives an error saying it can't find the cfg_args folder.
How can I resolve this problem?
The text was updated successfully, but these errors were encountered: