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

When will the Hugging Face demo experience be provided? How much graphics memory is needed to run, how long does it take to generate, and how does the effect compare to Unique3D #2

Open
libai-lab opened this issue Jun 8, 2024 · 1 comment

Comments

@libai-lab
Copy link

When will the Hugging Face demo experience be provided? How much graphics memory is needed to run, how long does it take to generate, and how does the effect compare to Unique3D

@ch3cook-fdu
Copy link
Collaborator

ch3cook-fdu commented Jun 21, 2024

Thanks for your interest in our work! We will make that happen in the near future.

The inference time and memory use depend heavily on the length of sequences and the model size. Because of the O(N^2) time and memory complexity of the self-attention mechanism, the memory cost and time consumption are currently the bottleneck of our work. Please see our paper for further discussions.

Difference with Unique3D. As far as I am concerned, Unique3D adopts a multi-view reconstruction approach for 3D content creation. Our MeshXL differs from Unique3D in that we directly builds a family of generative 3D foundation models directly with large scale 3D data by treating coordinates as languages.

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

No branches or pull requests

2 participants