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

Whether it will affect performance if I train the model within one class or across different classes?

Wi-sc opened this issue · comments

Hi, thanks for your great work. I'm also interested in the single view reconstruction but I'm new to it. I want to know if Atlasnet can generate different class objects only given one model. Or I should train multiple models like a model for the plane, a model for the chair, and so on. And whether it would affect performance?

Hi @Wi-sc
In the paper, we train a single AtlasNet on all categories. You can also train a separate model for each category, performances will be better for large categories (>300 samples more or less) and worse for small categories
Best regards