How can I fine-tune custom mesh data?
Could you provide information on data preprocessing or the necessary code?
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, 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?
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.
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?