liegroups icon indicating copy to clipboard operation
liegroups copied to clipboard

Fix inconsistant cuda type in utils and so3

Open poptree opened this issue 5 years ago • 0 comments

The class methods in so3 use torch.eye. However, the mat might be in cuda. Thus, the torch.eye should move to cuda if mat is on cuda.

poptree avatar Dec 19 '19 23:12 poptree