We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#6 (comment) suggested that we can use https://github.com/donydchen/mvsplat/blob/main/src/paper/generate_point_cloud_figure_mvsplat.py to visualize 3D Gaussians. How can I do that?
Also #6 (comment) has mentioned that we can use export_ply function to export ply.
export_ply
depthsplat/src/model/ply_export.py
Line 26 in 3e71cff
visualize
depthsplat/src/model/encoder/visualization/encoder_visualizer_depthsplat.py
Line 36 in 3e71cff
depthsplat/src/model/model_wrapper.py
Line 729 in 3e71cff
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#6 (comment) suggested that we can use https://github.com/donydchen/mvsplat/blob/main/src/paper/generate_point_cloud_figure_mvsplat.py to visualize 3D Gaussians. How can I do that?
Also #6 (comment) has mentioned that we can use
export_ply
function to export ply.depthsplat/src/model/ply_export.py
Line 26 in 3e71cff
However, function
export_ply
is only called by functionvisualize
depthsplat/src/model/encoder/visualization/encoder_visualizer_depthsplat.py
Line 36 in 3e71cff
Which is only called during validation.
depthsplat/src/model/model_wrapper.py
Line 729 in 3e71cff
How can I export the gaussian during testing? Thank you.
The text was updated successfully, but these errors were encountered: