-
Notifications
You must be signed in to change notification settings - Fork 8
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
Unable to unpickle .pkl file #5
Comments
Did you ever find out how to do it? |
If you look into the train_eval.py file, there are the lines that save the finished set. If you find the ones with .compressed on with ctrl f there are lines above or below with # . remove the # and from them then add the # to the lines that say compressed. when you next run it saves as a .ply file instead of scene.save_best.compressed()
i didnt uncomment these, just removed the .compressed from the others |
The .pkl file encodes the latents in a compressed format which is decoded via the function call in line 98 of scene/init.py, defined in line 430 of scene/gaussian_model_sq.py. |
Hey,
I am relatively new to the field of computer vision, so this may be a beginner's question:
After running your code it outputs a .pkl file. I was not able to unpickle it.
I was assuming to get a .ply file to view the model in SIBR or similar.
How can I access the .ply file?
Thanks in advance.
The text was updated successfully, but these errors were encountered: