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

What changes have you made between v2.2 and v3.0?

swords123 opened this issue · comments

I see that V3.0 code has been greatly improved in performance. What changes have you made?

Hi @swords123

I am sorry for the late reply, I missed this issue.

Between v2 and v3, I redesigned the training framework. It's much more modular (handles different kind of architectures, multi-gpu, different templates...)

Where do you see that it improves performance? It should not change much.

Thanks,
Thibault