lucidrains / meshgpt-pytorch

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

Isn't MeshGPT a VQ-VAE? #53

Closed rexxxx1234 closed 7 months ago

rexxxx1234 commented 7 months ago

Hi guys, thanks for all the work!

I have a conceptual question. Isn't MeshGPT a VQ-VAE? If not, what are the differences?

Thanks!

lucidrains commented 7 months ago

@rexxxx1234 yes you are correct

on a high level, it is DALLE1 applied to mesh generation. but the details matter in this case (how to encode, what to quantize, discretized positions, etc)

lucidrains commented 7 months ago

let's move this to discussions