Add dataset card, task category, and links to paper and code
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,3 +1,36 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-text
|
| 5 |
+
tags:
|
| 6 |
+
- cad
|
| 7 |
+
- 3d-reconstruction
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Ortho2CAD Orthographic Drawings
|
| 11 |
+
|
| 12 |
+
This repository contains the orthographic drawings dataset from the paper [Ortho2CAD: 3D CAD generation from orthographic drawings using vision language models](https://huggingface.co/papers/2607.08891).
|
| 13 |
+
|
| 14 |
+
- **GitHub Repository**: [AdityaJoglekar/Ortho2CAD](https://github.com/AdityaJoglekar/Ortho2CAD)
|
| 15 |
+
- **Paper**: [Ortho2CAD: 3D CAD generation from orthographic drawings using vision language models](https://huggingface.co/papers/2607.08891)
|
| 16 |
+
|
| 17 |
+
## Dataset Description
|
| 18 |
+
|
| 19 |
+
Ortho2CAD is a dataset designed to facilitate research in translating rasterized orthographic drawings directly into editable CadQuery code, which can then be compiled into 3D CAD models.
|
| 20 |
+
|
| 21 |
+
The dataset includes:
|
| 22 |
+
- `ortho_train_data.zip`: Contains the training JSON file and the orthographic drawing images for the DeepCAD dataset.
|
| 23 |
+
- `f360rec.zip`: Contains the training JSON file and the orthographic drawing images for the Fusion 360 Reconstruction dataset.
|
| 24 |
+
|
| 25 |
+
For detailed setup, drawing generation, training, and evaluation scripts, please refer to the [official GitHub repository](https://github.com/AdityaJoglekar/Ortho2CAD).
|
| 26 |
+
|
| 27 |
+
## Citation
|
| 28 |
+
|
| 29 |
+
```bibtex
|
| 30 |
+
@article{joglekar2026ortho2cad,
|
| 31 |
+
title={Ortho2CAD: 3D CAD generation from orthographic drawings using vision language models},
|
| 32 |
+
author={Joglekar, Aditya and Regmi, Amit and Shimada, Kenji and Kara, Levent Burak},
|
| 33 |
+
journal={arXiv preprint arXiv:2607.08891},
|
| 34 |
+
year={2026}
|
| 35 |
+
}
|
| 36 |
+
```
|