ranahanocka / point2mesh

Reconstruct Watertight Meshes from Point Clouds [SIGGRAPH 2020]
MIT License
1.09k stars 122 forks source link

Bugs in initial mesh #22

Open cuge1995 opened 3 years ago

cuge1995 commented 3 years ago
point2mesh/models/layers/mesh.py", line 131, in build_gfmm
    return torch.Tensor(gfmm).long().to(self.device)
ValueError: expected sequence of length 3 at dim 1 (got 2)