From 69e7dfd646ca47a8d167d9f3318eed1fb3eacc49 Mon Sep 17 00:00:00 2001 From: Yuki-Kokomi Date: Fri, 16 Aug 2024 20:08:35 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59d4a83..8412d8a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # OpenECAD: An Efficient Visual Language Model for Editable 3D-CAD Design The project contains the source code used in the paper "OpenECAD: An Efficient Visual Language Model for Editable 3D-CAD Design." -This project primarily utilizes modified DeepCAD libraries to convert the DeepCAD dataset into the OpenECAD dataset. The dataset is in LLaVA format, and the TinyLLaVA Factory is used to fine-tune the pre-trained Vision Language Model, resulting in the OpenECAD model weights. Finally, the OpenECAD model weights are run using the TinyLLaVA Factory. +This project primarily utilizes modified DeepCAD libraries to convert the DeepCAD dataset into the OpenECAD dataset. The dataset is in LLaVA format, and the TinyLLaVA Factory is used to fine-tune the pre-trained Vision Language Model, resulting in the OpenECAD model weights. Finally, the OpenECAD model weights are run using the TinyLLaVA Factory. CUDA is need in this project. If you want to start from the training set we generated, please begin from Step 2.