tong wang

Results 13 comments of tong wang

Nevermind, I figured out how to fix this bug. The reason that it is not saving mesh is because _export() wasn't called. To fix this, add: `v = torch.from_numpy(vertices).contiguous().float().to(self.aabb_train.device) f...