SuGaR icon indicating copy to clipboard operation
SuGaR copied to clipboard

[CVPR 2024] Official PyTorch implementation of SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering

Results 155 SuGaR issues
Sort by recently updated
recently updated
newest added

Everything was fine during model optimisation, but it took me a long time to generate the foreground and background mesh (3 hours for the foreground), and when I checked the...

I truly appreciate your work! Your work is outstanding. I have a question, how can I visualize the Gaussians from a specific perspective after optimization,Just like the images in the...

first of all, thx for the great work and sharing with the community !!! I had a 360 degree data recording a human in the center, so I was expecting...

Hi, Firstly, **fantastic** work with SuGaR! Thank you 😁 Quick question - my model seems to not show up in the viewer even though upon inspection, there doesn't seem to...

I want to extract obj files using extract_refined_mesh_with_texture.py, but I don't know how to write it on the command line, I desperately want help

I am trying to run the training on an EC2 instance which has Cuda capabilities. > `+---------------------------------------------------------------------------------------+ > | NVIDIA-SMI 535.161.07 Driver Version: 535.161.07 CUDA Version: 12.2 | > |-----------------------------------------+----------------------+----------------------+...

Hello when running train.py it eventually runs into this issue: ``` Traceback (most recent call last): File "C:\work\tekuchi\SuGaR-main\train.py", line 170, in refined_sugar_path = refined_training(refined_args) File "C:\work\tekuchi\SuGaR-main\sugar_trainers\refine.py", line 319, in refined_training...

My gpu was out of memory when the train.py is running(temporarily), but I got the "coarse/data/15000.pt", Can I ignore # ----- Optimize coarse SuGaR ----- #step and run # -----...

It took about a week to figure this out as I am not as savvy as most of you when it comes to computers. After many attempts changing many of...