MeshXL icon indicating copy to clipboard operation
MeshXL copied to clipboard

How can I fine-tune custom mesh data?

Open jxxtin opened this issue 1 year ago • 4 comments

Could you provide information on data preprocessing or the necessary code?

jxxtin avatar Jul 28 '24 11:07 jxxtin

Hi, we have uploaded the fine-tuning scripts and pre-processed ShapNet data to huggingface. Welcome to check it out!

Unfortunately, I could not find local copy of the pre-processing file for now. If you would like to pre-process the data, please remember to drop duplicate faces after discretizing the vertice coordinates.

ch3cook-fdu avatar Dec 11 '24 17:12 ch3cook-fdu

Hi, we have uploaded the fine-tuning scripts and pre-processed ShapNet data to huggingface. Welcome to check it out!

Unfortunately, I could not find local copy of the pre-processing file for now. If you would like to pre-process the data, please remember to drop duplicate faces after discretizing the vertice coordinates.

Hi, if I want to train a model from scratch, can I use fine-tuning scripts directly?

ch1998 avatar Sep 01 '25 07:09 ch1998

Actually, you might drop the line that specifies the path to the pre-trained checkpoint here, then the model will ignore loading pre-trained weights and start training from the pre-trained LLM weights.

ch3cook-fdu avatar Sep 01 '25 09:09 ch3cook-fdu

Actually, you might drop the line that specifies the path to the pre-trained checkpoint here, then the model will ignore loading pre-trained weights and start training from the pre-trained LLM weights.

Hi,I first tried performing a fine-turn on a custom dataset. The eval results generated during training appeared to match the custom dataset. However, when I tested it using the following steps, the generated results were similar to the original model. Is there something wrong with my operation?

Image

ch1998 avatar Sep 02 '25 02:09 ch1998