ThibaultGROUEIX / 3D-CODED

Pytorch Implementation for the project : `3D-CODED` and `Learning Elementary Structure`

Home Page:http://imagine.enpc.fr/~groueixt/3D-CODED/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get terrible result

caijinana opened this issue · comments

Dear author,
i am sorry to bother you again,when i set regular_sampling=False.I get terrible result. i can't get great reconstruct result , i got the result like the following picture.
微信图片_20220311102105
Could you give me some advice?

i foud loss_train_total = torch.mean( (pointsReconstructed.view(self.points.size(0), -1, 3) - self.points.transpose(2, 1).contiguous()) ** 2)got error ,i print get the following error
微信图片_20220311142828