-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Required steps for rendering a point cloud #1147
Comments
Output models are in gaussian-splatting software folder in the output. Each folder have unique number, but I suggest you to change it for nice_model_name after training. At defoult in this folder you get point_cloud\iteration_7000 and point_cloud\iteration_30000 folders contains point_cloud_.ply For 'rendering' I sugest you use SIBR_viewer . For my windows it is like |
Thanks for clarifying this, just a quick follow-up, I wanted to know does a point cloud file get generated during the rendering phase as well? If so where is it generated, I can only locate the newly rendered images after I run the last command. |
From main page ;) path to pre-trained model --> you must already have a model... |
Okay, I get that, and maybe I am just being dumb here. But what is the 'path' of the saved point cloud, I just went through the entire render.py script but I don't see anywhere a point cloud being generated while rendering. |
Look at this step by stepE:\splat\gaussian-splatting>python render.py -m "E:\splat\gaussian-splatting\output\beczka" -s "E: This example from my works... |
Oh, okay. I get it now. Thanks for your patient explanation. |
Hi I am trying to render point clouds but I have some confusion. Here are the steps that I have followed.
python convert.py --camera PINHOLE -s tandt_db/db/playroom
to generate sfm based sparse data.python train.py -s /home/ur10/gaussian-splatting/tandt_db/db/playroom
.python render.py -m /home/ur10/models/playroom -s /home/ur10/gaussian-splatting/tandt_db/db/playroom/ --data_device cuda
I have the following questions -
The text was updated successfully, but these errors were encountered: