-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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 ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels