-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
Hello.
I'm having issues building a convex hull and then adapting the scripts to my own point clouds.
I seem to have been able to build the hull.obj file, but I'm not sure if it has problems.
When running the script, there's an error in models/losses.py:
this line
cham_norm_x = F.cosine_similarity(x_normals, x_normals_near, dim=2, eps=1e-6)
The error is:
RuntimeError: The size of tensor a (3) must match the size of tensor b (0) at non-singleton dimension 2
x_normals.shape = torch.Size([1, 15000, 3])
x_normals_near.shape = torch.Size([1, 15000, 0])
I have no idea where I went wrong, any help would be deeply appreciated.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels