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.
http://imagine.enpc.fr/~groueixt/atlasnet/
MIT License
677 stars 119 forks source link

Question about data #77

Closed yufeng9819 closed 2 years ago

yufeng9819 commented 2 years ago

Hey! It is a wonderful work. And I have a quetions about data. I visulise the dataset you provided and find that some point cloud can not match with 2D images. Some cases are as follows. image image

I check out the way I visulise and I think I correctly visulise image and point cloud in dataset since in some categories( such as airplane and chair) images can be matched correctly with the point cloud.

Looking forward to your reply.

ThibaultGROUEIX commented 2 years ago

HI @yufeng9819 Could they be the correct object but in canonical orientation and normalized? Cheers,

yufeng9819 commented 2 years ago

Thanks for your reply! I think you are right!