mesh-gpt  by nihalsid

Decoder-only transformer for generating triangle meshes

Created 1 year ago
636 stars

Top 52.1% on SourcePulse

GitHubView on GitHub
Project Summary

This repository provides the official code for MeshGPT, a novel approach to generating 3D triangle meshes using decoder-only transformers. It addresses the challenge of creating high-quality, complex 3D models, targeting researchers and developers in computer graphics and AI who need to generate or manipulate 3D assets programmatically.

How It Works

MeshGPT leverages a transformer architecture, specifically a decoder-only model, to generate sequences of mesh vertices and faces. The process involves encoding the mesh structure into a tokenized sequence, which the transformer then autoregressively predicts. This approach allows for capturing complex geometric relationships and generating coherent mesh topologies.

Quick Start & Requirements

Highlighted Details

  • Generates high-quality triangle meshes.
  • Utilizes a decoder-only transformer architecture.
  • Capable of producing complex and coherent mesh structures.

Maintenance & Community

This repository appears to be an official release, but specific community engagement details (e.g., active maintainers, community channels) are not detailed in the provided README snippet.

Licensing & Compatibility

The license is not specified in the provided README snippet.

Limitations & Caveats

The README snippet does not provide information on limitations, known issues, or compatibility with specific hardware or software versions.

Health Check
Last Commit

10 months ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
0 stars in the last 30 days

Explore Similar Projects

Starred by Aravind Srinivas Aravind Srinivas(Cofounder of Perplexity), Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), and
13 more.

pytorch3d by facebookresearch

0.2%
10k
PyTorch3D is a PyTorch library for 3D deep learning research
Created 5 years ago
Updated 3 days ago
Feedback? Help us improve.