-
Notifications
You must be signed in to change notification settings - Fork 11
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
Real time viewer? #7
Comments
Hi, we do not provide a viewer for visualization, but you can try the viewer in 3DGS repo. |
Okay thanks. I have now trained a model, and the output is Thanks again! |
It's not good to directly visualize the ply point cloud, as we introduce some extra parameter as discussed in paper, such as |
Hi!@li199603: Can your code save the entire point cloud map? I also referred to the Save_ply function of 3DGS, but the obtained point clouds were mixed together. Where does the |
@APPZ99 |
@li199603 So it is difficult for me to directly obtain the complete map of the entire sequence. If I need a complete map, I may need to obtain the point cloud information at each time and then perform point cloud registration to obtain it? However, for static objects in the scene (such as buildings, road signs, etc.), their approximate positions should be similar, so if the position information of the point cloud is derived not based on a certain time t, a static scene should be obtained (but there is no )? I don’t know if my understanding is correct? |
@li199603 Thank you for your code, I have successfully got the ply file, but when I tried to use the viewer from 3DGS, it told me ""Could not find config file 'cfg_args' ",could you tell me how can I get this config file? |
echo "Namespace(sh_degree=3)" > cfg_args |
@li199603 thank you, that works |
@TGpastor Is the rendering result good? I'm not sure if my code is correct |
actually, I could open the viewer,but nothing will display in "point view" window, maybe there are some problems in save_ply()?(I set time t as 1) |
Are there any viewers capable of running the results of your training? It would be great to have a 3d viewport to evaluate the results!
The text was updated successfully, but these errors were encountered: