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

(Meshlab Visualization Trick ) Parts of faces flipped in the generated obj by train.py --demo

ZENGYIMING-EAMON opened this issue · comments

Hi, the link of Meshlab Visualization Trick is broken, and I wonder why some of the faces flipped in the generated obj and is it possible to fix it quickly instead of selecting them face by face?

Hi @ZENGYIMING-EAMON ,
Thanks for your question.
Some faces are flipped because nothing in the loss constrains face orientation. I did not understood what your are suggesting, but mostly it boils down to selecting "double-sided rendering" in meshlab.

Best regards