buaacyw/MeshAnything
[ICLR 2025] From anything to mesh like human artists. Official impl. of "MeshAnything: Artist-Created Mesh Generation with Autoregressive Transformers"
Converts 3D inputs (meshes or point clouds with normals) to artist-quality topology using an autoregressive transformer with vector quantization, generating up to 800 faces. Built on PyTorch with HuggingFace model weights, it supports both local inference via command-line and interactive Gradio demos, optimized for reconstruction outputs rather than raw generative models. Handles mesh preprocessing with Marching Cubes and normalizes inputs to unit bounding boxes for consistent results.
2,272 stars. No commits in the last 6 months.
Stars
2,272
Forks
103
Language
Python
License
—
Category
Last pushed
Apr 28, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/buaacyw/MeshAnything"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
NVlabs/MambaVision
[CVPR 2025] Official PyTorch Implementation of MambaVision: A Hybrid Mamba-Transformer Vision Backbone
sign-language-translator/sign-language-translator
Python library & framework to build custom translators for the hearing-impaired and translate...
kyegomez/Jamba
PyTorch Implementation of Jamba: "Jamba: A Hybrid Transformer-Mamba Language Model"
fashn-AI/fashn-human-parser
Human parsing model for fashion and virtual try-on applications
autonomousvision/transfuser
[PAMI'23] TransFuser: Imitation with Transformer-Based Sensor Fusion for Autonomous Driving;...