OpenMeshLab / MeshXL

[NeurIPS 2024] MeshXL: Neural Coordinate Field for Generative 3D Foundation Models, a 3D fundamental model for mesh generation
239 stars 4 forks source link

Conditional Generation #3

Open LaFeuilleMorte opened 3 months ago

LaFeuilleMorte commented 3 months ago

Hi, Thanks for open source the code for mesh-XL. I tried your sample scripts. However the outputs are some meaningless shapes (For ex. A cube, A long cuboid). Can you provide some conditional sample scripts (At least gen according to category)? Thanks for your reply!

ch3cook-fdu commented 3 months ago

Because of the large file size, we are gradually uploading the supervised fine-tuned checkpoints to huggingface. We will also update the readme file for additional features. Please stay tuned.

Here are the links to the checkpoints:

checkpoints for the 125m models are here. checkpoints for the 350m models are here. checkpoints for the 1.3b models are here.

o0Helloworld0o commented 3 months ago

Hi, thank you for your amazing work and open-source code. I have a question, what is the difference between linkA and linkB? linkA = https://huggingface.co/CH3COOK/mesh-xl-125m linkB = https://huggingface.co/CH3COOK/MeshXL-125m-sft

ch3cook-fdu commented 3 months ago

link A is the pre-trained model, while link B are weights for the models fine-tuned on ShapeNet categories.

ch3cook-fdu commented 2 months ago

We have now open-sourced our text-to-mesh generation code and weights. Welcome to try it out!