xuncpp

Results 9 comments of xuncpp

Thanks for your great work! But I encountered the same problem,I follow your advice:1.!pip install --upgrade pip and Successfully installed pip-24.0; 2.!pip install pyproject-toml and Successfully installed pyproject-toml-0.0.10.In addition setuptools...

> Hi @xuncpp > > I have solved this problem by refering to this [issue ](https://github.com/graphdeco-inria/gaussian-splatting/issues/385). Hope it can help you. Thank you for your help! But it may not...

> I meet the similar issue on windows10, and this may be useful. I slove this problem through 1. removing all the lines containing CHECK_INPUT in 2d-gaussian-splatting\submodules\diff-surfel-rasterization\rasterize_points.cu. 2. changing code...

same quesiton.Is there any solution? Thank you so much!

I may have solved the problem, you can just run extract_refined_mesh_with_texture.py and set the corresponding parameters, but even though I just ran that program, I still ran out of memory.

You can try the method in the official documentation, I've tried it and it works. ![1711506885383](https://github.com/yerfor/GeneFacePlusPlus/assets/143597475/ceec866a-475d-455e-a8fb-b1ca3d678a56)

I also think you are right. Is there any work currently being done to discuss and research this? I haven't seen enough work yet. Thank you!

The problem has been solved, I hope it can help people with the same problem. In arguments/__init__.py, the author's default self._images = "images_8", you can change it to your own...

Thank you for your help. I saw that the author recently updated the code base, so I cloned it again and built it successfully. But thank you for your answer...