point2mesh icon indicating copy to clipboard operation
point2mesh copied to clipboard

Bugs in initial mesh

Open cuge1995 opened this issue 3 years ago • 0 comments

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)

cuge1995 avatar Feb 24 '21 09:02 cuge1995