Yiwen Chen

Results 51 comments of Yiwen Chen

Please refer to [this issue](https://github.com/buaacyw/GaussianEditor/issues/37)

That depends on the data type of your existing model. You must firstly convert it to 3D GS (by training a new 3D GS, requires about 1 mins) and then...

Hi. We simply follow the DDS paper and modify it from SDS on threestudio implementation.

Sorry, it may complex our code structure. The DDS only works on very limited scenes.

It seems to be caused by Viser. Have you tried run command line version (i.e. without WebUI)

I have never met this error. Can you successfully import torch? Please check your torch version by torch.__version__ and CUDA version with nvcc -V

We use [wonder3D](https://github.com/xxlong0/Wonder3D) to implement our add function. It looks like you have problem downloading the Wonder3D ckpt. I have never encountered this problem before. Could you please tell me...

Hi! What's your command for mapping the port? example: ssh -L 8084:127.0.0.1:8084 [email protected]

We use trimesh to calculate the normal for the generated mesh. Trimesh sometimes produce results like this and a better normal calculation method may be needed.

I adopt this wonderful repo https://github.com/yuki-koyama/blender-cli-rendering