url='https://github.com/lucidrains/meshgpt-pytorch', keywords=[ 'artificial intelligence', 'deep learning', 'attention mechanisms', 'transformers', 'mesh generation' ], install_requires=[ 'einops>=0.7.0', 'torch>=2.0', 'vector-quantize-pytorch', ...
2 changes: 1 addition & 1 deletion 2 meshgpt_pytorch/version.py Original file line numberDiff line numberDiff line change @@ -1 +1 @@ __version__ = '1.5.9' __version__ = '1.5.10'2 changes: 1 addition & 1 deletion 2 setup.py Original file line numberDiff line numberDiff line...
Hi, Thank you for your great implementation of the meshGPT paper. I have a question related to the section 3.1 : "For sequence ordering, Polygen [43] suggests a convention where faces are ordered based on their lowest vertex index, follo...
Implementation of MeshGPT, SOTA Mesh generation using Attention, in Pytorch - try to figure out issue with gh actions by lucidrains · Pull Request #85 · lucidrains/meshgpt-pytorch