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

delete extension of an image used to create a image path #229

Open kodaigit opened 5 days ago

kodaigit commented 5 days ago

I don't think it is necessary to add an extension to the image path as the extension is already included in camera.json. So, I simply deleted extension used to create an image path.

At least in my output of gaussian splatting, it is already included. Thus, adding the path could cause file not found error.