GaussianEditor icon indicating copy to clipboard operation
GaussianEditor copied to clipboard

During the add editing operation, can I import the existing 3D model?

Open Nieschlafen opened this issue 1 year ago • 3 comments

When using the add option, skip the steps of text to 2D image and then to wonder3D to generate 3Dmesh, and directly import an existing model at the specified location. Is this possible and how to modify it? Looking forward to your reply.

Nieschlafen avatar Feb 28 '24 07:02 Nieschlafen

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 align the coordinate frame with the scene (please refer to our code for coordinate conversion).

buaacyw avatar Mar 07 '24 07:03 buaacyw

Can you tell me which part of the code I need to refer to? Thank you very much

Nieschlafen avatar Mar 08 '24 02:03 Nieschlafen

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 align the coordinate frame with the scene (please refer to our code for coordinate conversion).

I try to do the same thing, but the texture of the added item is very poor? Is there any idea I can fix this problem? Am I using the wrong 3D format of the item? Or I set the parameters incorrectly? Looking forward to your answer. Thanks a lot!

JokerCD avatar Aug 24 '24 15:08 JokerCD