Safetensors
English
qwen2_vl
CADFS-2B / README.md
VladPyatov's picture
Update README.md
6f8264d verified
|
Raw
History Blame Contribute Delete
2.45 kB
metadata
license: mit
datasets:
  - VladPyatov/CADFS
language:
  - en

CADFS: A Big CAD Program Dataset and Framework for Computer-Aided Design with Large Language Models

Model Summary

CADFS-2B is a fine-tuned version of 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 code that reconstructs the object as a fully parametric CAD model importable into Onshape.


Usage

For inference code and FeatureScript to STEP file conversion please visit the CADFS GitHub repository.


Citation

@InProceedings{pyatov2026cadfs,
    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},
    title     = {CADFS: A Big CAD Program Dataset and Framework for Computer-Aided Design with Large Language Models},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    month     = {June},
    year      = {2026},
    pages     = {10176-10186}
}