buaacyw / MeshAnythingV2

From anything to mesh like human artists. Official impl. of "MeshAnything V2: Artist-Created Mesh Generation With Adjacent Mesh Tokenization"
https://buaacyw.github.io/meshanything-v2/
Other
529 stars 25 forks source link

How to train high faces' model #9

Open sekkit opened 4 weeks ago

sekkit commented 4 weeks ago

How to train high faces' model, any idea on the dataset's format and resource requirement?

buaacyw commented 4 weeks ago

In principle, it is no different from the current method; it simply increases the context window, which consequently requires more computational resources.

sekkit commented 4 weeks ago

In principle, it is no different from the current method; it simply increases the context window, which consequently requires more computational resources.

But I found no train scripts in your repo, so I have to write it myself? or u mean just change the inference's context window to achieve that? Sorry I'm new to AI, learning it now.

buaacyw commented 4 weeks ago

The training code is not released now. It will be released once paper acceptance.