Update README.md
Browse files
README.md
CHANGED
|
@@ -17,9 +17,22 @@ language:
|
|
| 17 |
|
| 18 |
## Model Summary
|
| 19 |
**CADFS-2B** is a fine-tuned version of [Qwen2-VL-2B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-2B-Instruct) for parametric CAD generation. Given a **text description** or **multi-view images** of a 3D object, the model outputs a [FeatureScript](https://cad.onshape.com/FsDoc/) code that reconstructs the object as a fully parametric CAD model importable into [Onshape](https://www.onshape.com).
|
| 20 |
-
CADFS-2B model weights. SFT of the Qwen2-VL-2B.
|
| 21 |
|
| 22 |
---
|
| 23 |
|
| 24 |
## Usage
|
| 25 |
-
For inference code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## Model Summary
|
| 19 |
**CADFS-2B** is a fine-tuned version of [Qwen2-VL-2B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-2B-Instruct) for parametric CAD generation. Given a **text description** or **multi-view images** of a 3D object, the model outputs a [FeatureScript](https://cad.onshape.com/FsDoc/) code that reconstructs the object as a fully parametric CAD model importable into [Onshape](https://www.onshape.com).
|
|
|
|
| 20 |
|
| 21 |
---
|
| 22 |
|
| 23 |
## Usage
|
| 24 |
+
For inference code and FeatureScript to STEP file conversion please visit the [CADFS GitHub repository](https://github.com/VladPyatov/CADFS).
|
| 25 |
+
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
## Citation
|
| 29 |
+
```bibtex
|
| 30 |
+
@InProceedings{pyatov2026cadfs,
|
| 31 |
+
author = {Pyatov, Vladislav and Bobrovskikh, Gleb and Galochkin, Saveliy and Boldyrev, Nikita and Voynov, Oleg and Filippov, Alexander and Ferrer, Gonzalo and Wonka, Peter and Burnaev, Evgeny},
|
| 32 |
+
title = {CADFS: A Big CAD Program Dataset and Framework for Computer-Aided Design with Large Language Models},
|
| 33 |
+
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
| 34 |
+
month = {June},
|
| 35 |
+
year = {2026},
|
| 36 |
+
pages = {10176-10186}
|
| 37 |
+
}
|
| 38 |
+
```
|