lucidrains / meshgpt-pytorch

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

Just to get started #60

Closed studiohuahong closed 6 months ago

studiohuahong commented 7 months ago

Hello there, I'm a designer with basic coding skill but totally unfamilliar with machine learning stuff. Really want to experiment with it. I have install the package and a little confuse about where to start like what data assets should I collect and how to train them. Much appreciate!

lucidrains commented 7 months ago

@studiohuahong you should follow the guide that @MarcusLoppe graciously put together https://github.com/lucidrains/meshgpt-pytorch/discussions/51

studiohuahong commented 7 months ago

Awesome thank you so much, I'll look into it!