lucidrains/meshgpt-pytorch
PyTorch implementation of MeshGPT, a transformer-based model for generating 3D triangle meshes using attention mechanisms.

Velocity · 7d
+0.9
★ / day
Trend
→steady
star history
This repository implements MeshGPT, a state-of-the-art deep learning model for mesh generation using attention and transformer architectures. The model learns to generate sequences of mesh triangles autoregressively, similar to language model approaches. It currently supports unconditional mesh generation and is being extended to support text-conditioned generation for text-to-3D asset creation.