Skip to content

Question about optimizing the own mesh. #13

@yiboz2001

Description

@yiboz2001

Hi, thanks for the open-sourced project!
I try to use my own mesh (without texture) as the initialization of stage 3 and hope to optimize the corresponding SuGaR using default vsd loss, but the texture of final result seems bad

7

For the loss term, I only use the "2d" guidance.

        out_2d = self.training_substep(batch, batch_idx, guidance="2d")
        total_loss += out_2d["loss"]
        # if self.guidance_control is not None and self.C(self.cfg.loss.lambda_sds_control) > 0:
        #     out_mvcontrol = self.training_substep(batch, batch_idx, guidance="mvcontrol")
        #     total_loss += out_mvcontrol["loss"]
        # out_ref = self.training_substep(batch, batch_idx, guidance="ref")
        # total_loss += out_ref["loss"] 

I will highly appreciate it if you have any suggestion for improving the result.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions