Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -746,6 +746,8 @@ Note that the color and pre-rendered images do not necessarily accurately reprod
|
|
| 746 |
https://create.vista.com/artboard/?template=<template_id>
|
| 747 |
```
|
| 748 |
|
|
|
|
|
|
|
| 749 |
### Data Splits
|
| 750 |
|
| 751 |
The Crello dataset has 3 splits: train, validation, and test. The current split is generated such that the same title of the original template shows up in only in one split.
|
|
@@ -821,6 +823,23 @@ We do not re-distribute the original files as we are not allowed by terms.
|
|
| 821 |
year={2021}
|
| 822 |
}
|
| 823 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 824 |
### Contributions
|
| 825 |
|
| 826 |
Thanks to [@kyamagu](https://github.com/kyamagu) for adding this dataset.
|
|
|
|
| 746 |
https://create.vista.com/artboard/?template=<template_id>
|
| 747 |
```
|
| 748 |
|
| 749 |
+
`left` and `top` can be negative because elements can be bigger than the canvas size.
|
| 750 |
+
|
| 751 |
### Data Splits
|
| 752 |
|
| 753 |
The Crello dataset has 3 splits: train, validation, and test. The current split is generated such that the same title of the original template shows up in only in one split.
|
|
|
|
| 823 |
year={2021}
|
| 824 |
}
|
| 825 |
|
| 826 |
+
### Releases
|
| 827 |
+
|
| 828 |
+
3.0: v3 release (Feb 8, 2023)
|
| 829 |
+
|
| 830 |
+
- Migrate to Hugging Face Hub.
|
| 831 |
+
- Improve text rendering quality.
|
| 832 |
+
- Change split generation criteria: no compatibility with v2 splits.
|
| 833 |
+
- Incorporate a motion picture thumbnail in templates.
|
| 834 |
+
|
| 835 |
+
2.0: v2 release (May 26, 2022)
|
| 836 |
+
|
| 837 |
+
- Adds `text`, `font`, `font_size`, `text_align`, and `angle` sequence attributes.
|
| 838 |
+
- Include rendered text element in `image_bytes`.
|
| 839 |
+
|
| 840 |
+
1.0: v1 release (Aug 24, 2021)
|
| 841 |
+
|
| 842 |
+
|
| 843 |
### Contributions
|
| 844 |
|
| 845 |
Thanks to [@kyamagu](https://github.com/kyamagu) for adding this dataset.
|