lucidrains / meshgpt-pytorch

Implementation of MeshGPT, SOTA Mesh generation using Attention, in Pytorch
MIT License
702 stars 57 forks source link

Pretrained checkpoints? #76

Open agaier opened 5 months ago

agaier commented 5 months ago

Are there any checkpoints of this model trained on an existing dataset? Would love to test it out!

MarcusLoppe commented 4 months ago

Are there any checkpoints of this model trained on an existing dataset? Would love to test it out!

Bit late response, but I'm currently fine-tuning on the shapenet dataset but where is some pretrained models: https://github.com/lucidrains/meshgpt-pytorch/discussions/66

agaier commented 3 months ago

Thank you, this is really helpful!