Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

train AtlasNet on own dataset #41

Closed
qiminchen opened this issue Jan 2, 2020 · 1 comment
Closed

train AtlasNet on own dataset #41

qiminchen opened this issue Jan 2, 2020 · 1 comment
Assignees
Labels

Comments

@qiminchen
Copy link

qiminchen commented Jan 2, 2020

Hi,

Is it possible to train the AtlasNet on our own dataset? If so, what data should I generate if I have 2D RGB images and corresponding 3D objects? And I only want to synthesize a mesh from a single image. Thanks

@ThibaultGROUEIX
Copy link
Owner

Hi @qiminchen. Happy new year !
You have to replace atlasnet dataloader AtlasNet/dataset/dataset_shapenet.py with your own dataloader. It should output a python dictionary with the entry keys image, points, pointcloud_path, image_path, name, and category.
Cheers,
Thibault

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants