lucidrains / meshgpt-pytorch

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

Guide for generating novel meshes based on the trained models #78

Open HenryLhc opened 4 months ago

HenryLhc commented 4 months ago

In the original paper, meshGPT showed it's ability to generate novel meshes based on the trained encoder-transformer models. Is it possible that a training-guide that can fulfill this function be provided, considering the fact that I'm not very familiar with machine learning techniques.