Anttwo / SuGaR

[CVPR 2024] Official PyTorch implementation of SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering
https://anttwo.github.io/sugar/
Other
2.36k stars 182 forks source link

The path error during running the train.py #44

Open ALEEEHU opened 11 months ago

ALEEEHU commented 11 months ago

2c871ea2fab34431145d8b2174f5fba

I've got this error when training the SuGaR model.


I solved it by hardcorely chaning this line in refine.py ply_path = os.path.join(source_path, "points3d.ply") # line 288

I suggest that the path of the code can be clearer.