Skip to content

About chamfer loss and initialize F_uv #7

Description

@cqf7419

hello,this is a great work and thanks for your sharing.
when I run the demo(dtu.sh) you provided, I'm a bit confused and I need your help. In your paper "NeuTex", you mentioned that you used Chamfer loss during Fuv-1 initialization. However, loss_chamfer_weight=-1 means that it has not been used. If I want to try it, When do I need to set loss_chamfer_weight=1 so that I can get the result similar to Figure 3 in paper ? And how do I understand this word in 4.2Training detail,initialize Fuv-1 with a point cloud from COLMAP.

zeros = torch.zeros(camera_position.shape[0], dtype=torch.long, device=camera_position.device)
geometry_embedding = self.net_geometry_embedding(zeros) 
...
point_array_2d, points_3d = self.net_atlasnet(geometry_embedding)
...

In the code, does the geometric latent code represent the point cloud here ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions