You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This gsplat is a greate project!
It troubled me when running simple_trainer.py/simple_trainer_2dgs.py
always showing "Warning: image_path not found for reconstruction"
I cannot find out the warning in the code, does the warning related to the rebuild result?
How can I obtain a 2DGS reconstructed point cloud file with triangle mesh information?
It is difficult for me to learn to use code from scratch. Is there any plan to build a more detailed code usage guide?
The text was updated successfully, but these errors were encountered:
always showing "Warning: image_path not found for reconstruction"
You should parse the folder contains the image for reconstruction when calling simple_trainer_2dgs.py. You can run python simple_trainer_2dgs.py --help to see available arguments.
How can I obtain a 2DGS reconstructed point cloud file with triangle mesh information?
We will update 2DGS with mesh extraction shortly! Otherwise the reconstructed point cloud is stored in a .pt file which should be easy to convert to a .ply file
This gsplat is a greate project!
It troubled me when running simple_trainer.py/simple_trainer_2dgs.py
always showing "Warning: image_path not found for reconstruction"
I cannot find out the warning in the code, does the warning related to the rebuild result?
How can I obtain a 2DGS reconstructed point cloud file with triangle mesh information?
It is difficult for me to learn to use code from scratch. Is there any plan to build a more detailed code usage guide?
The text was updated successfully, but these errors were encountered: