ThibaultGROUEIX / AtlasNet

This repository contains the source codes for the paper "AtlasNet: A Papier-Mâché Approach to Learning 3D Surface Generation ". The network is able to synthesize a mesh (point cloud + connectivity) from a low-resolution point cloud, or from an image.

Home Page:http://imagine.enpc.fr/~groueixt/atlasnet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about loss

Minglin-Chen opened this issue · comments

Hi, I realize that you use Chamfer loss here which always has a positive value. However, the loss curve shown in figure here has a negative value. That really confuses me.

I want to know whether the loss used in the figure is Chamfer loss or other loss?

Hi,
It's because we plot the log of the chamfer distance. It helps to see when the network has converged.
Let me know if you have more feedback / question.
Best regards,
Thibault

Thanks, Thibault. It is clear for me.