-
Notifications
You must be signed in to change notification settings - Fork 3
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
ply Output #4
Comments
emm, could you please tell me how to upload the .ply file to the viewer and which viewer you have chosen? |
Readme show:
So I'm using Postshot as the viewer. It's possible that the ply format output by Octree-AnyGS is not the standard Gaussian Splatting format. Can you point out the differences? Also, is there a way to output the standard Gaussian Splatting format? |
The Octree-AnyGS format is not compatible with Postshot; it is only supported by our viewer due to the MLP. If you wish to convert it to the standard 3D-GS format, you will need to exclude the view input from each MLP and substitute the color MLP with the SH MLP. Upon completing the entire training process, you can then convert it to the explicit 3D-GS format. |
I don't understand. The outputs after training is complete:
So where is the MLP output? |
The MLP is in the
|
We will update the ply conversion as soon as possible, you should choose the 3D-GS version. |
Training completed successfully with
python train.py --config config/3dgs/base_model.yaml
. The generated .ply file in the point_cloud directory under outputs appears to be incorrect. However,outputs\...\test\ours_4000\renders
looks normal. How can I output the correct .ply file?test\ours_4000\renders:
ply on viewer:
The text was updated successfully, but these errors were encountered: