Add UniCAD dataset license and attribution
Browse files- LICENSE.md +26 -0
LICENSE.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# UniCAD Synthetic Multi-View CAD Images: license and attribution
|
| 2 |
+
|
| 3 |
+
The UniCAD-generated image files and UniCAD-authored metadata in this repository
|
| 4 |
+
are made available under the **Creative Commons Attribution-NonCommercial-
|
| 5 |
+
ShareAlike 4.0 International License (CC BY-NC-SA 4.0)**:
|
| 6 |
+
|
| 7 |
+
<https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode>
|
| 8 |
+
|
| 9 |
+
When using this dataset, please attribute the **UniCAD team** and link to this
|
| 10 |
+
dataset repository. Adaptations must be shared under the same license and may
|
| 11 |
+
not be used for commercial purposes without separate permission from the
|
| 12 |
+
relevant rightsholders.
|
| 13 |
+
|
| 14 |
+
This license statement applies only to material that the UniCAD contributors
|
| 15 |
+
are authorized to license. It does not relicense third-party material. This
|
| 16 |
+
repository does not redistribute the original Text2CAD descriptions, Text2CAD
|
| 17 |
+
CadQuery programs, or original DeepCAD renders. Users who combine this release
|
| 18 |
+
with upstream resources are responsible for complying with the corresponding
|
| 19 |
+
upstream licenses and terms.
|
| 20 |
+
|
| 21 |
+
Upstream attribution:
|
| 22 |
+
|
| 23 |
+
- DeepCAD: <https://github.com/rundiwu/DeepCAD>
|
| 24 |
+
- Text2CAD: <https://github.com/SadilKhan/Text2CAD>
|
| 25 |
+
- Qwen-Image-Edit: <https://huggingface.co/Qwen/Qwen-Image-Edit>
|
| 26 |
+
|