Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to init Magic 3D refine with a custom mesh? #79

Open
canxkoz opened this issue May 30, 2023 · 1 comment
Open

How to init Magic 3D refine with a custom mesh? #79

canxkoz opened this issue May 30, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@canxkoz
Copy link

canxkoz commented May 30, 2023

Hello I am trying to refine a Mesh that I already have using the refinement stage of Magic3D. I am getting dimension errors. Could you please help me?
My fork:
https://github.com/canxkoz/threestudio/blob/main/threestudio/systems/magic3d.py

@bennyguo
Copy link
Collaborator

bennyguo commented May 30, 2023

Hi! I believe ShapeLoss is only suited for constraining a density field to a guide mesh, while the refinement stage of Magic3D has an SDF representation. To refine a guide mesh, you could
(1) first use Fantasia3D to refine the geometry (currently only support sphere and ellipsoid initialization, but I'll push an update to support initialization from a given mesh tomorrow)
(2) keep the mesh fixed and texture it using SDS/VSD (will support this texturing feature in a few days)

@claforte claforte added the enhancement New feature or request label Jun 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants