Results 4 comments of asalan570

@3051617781 大佬,为什么我在执行 ` python extract_refined_mesh_with_texture.py -s /mnt/d/Project/res-gaussian/data/penhu/ -c ./output/vanilla_gs/penhu/ -m ./output/coarse/penhu/sugarcoarse_3Dgs7000_densityestim02_sdfnorm02/15000.pt` 这个命令时会报错: `Traceback (most recent call last): File "/opt/project/SuGaR/extract_refined_mesh_with_texture.py", line 45, in extract_mesh_and_texture_from_refined_sugar(args) File "/opt/project/SuGaR/sugar_extractors/refined_mesh.py", line 32, in extract_mesh_and_texture_from_refined_sugar n_gaussians_per_surface_triangle...

Maybe I don't have enough GPU memory?

> Hello @asalan570, > > Indeed, it's possible that 8GB VRAM for the GPU is not enough. As this is research code, it's not fully optimized and probbaly requires a...

@Anttwo Hello, author! I always encounter a `Segmentation fault` when I execute` train.py` or `train_full_pipeline.py`. The `extract_mesh.py` was successfully run using the `--project_mesh_on_surface_points False` parameter using your comments. However, the...