Update the description of the dataset.
Browse files- README.md +5 -0
- td01.py → td01_natural-ground-textures.py +3 -3
README.md
CHANGED
@@ -21,6 +21,11 @@ task_ids: []
|
|
21 |
viewer: false
|
22 |
---
|
23 |
|
|
|
|
|
|
|
|
|
|
|
24 |
# TD 01: Natural Ground Textures
|
25 |
|
26 |
This dataset contains multi-photo texture captures in outdoor nature scenes — all focusing on the ground. Each set has different photos that showcase texture variety, making them ideal for training a domain-specific image generator!
|
|
|
21 |
viewer: false
|
22 |
---
|
23 |
|
24 |
+
_This custom Dataset Teaser is just so much better, no wonder it was disabled!_
|
25 |
+
|
26 |
+
![preview of all texture sets](https://huggingface.co/datasets/texturedesign/td01_natural-ground-textures/resolve/main/docs/teaser.webp)
|
27 |
+
|
28 |
+
|
29 |
# TD 01: Natural Ground Textures
|
30 |
|
31 |
This dataset contains multi-photo texture captures in outdoor nature scenes — all focusing on the ground. Each set has different photos that showcase texture variety, making them ideal for training a domain-specific image generator!
|
td01.py → td01_natural-ground-textures.py
RENAMED
@@ -12,13 +12,13 @@
|
|
12 |
# See the License for the specific language governing permissions and
|
13 |
# limitations under the License.
|
14 |
|
15 |
-
import os
|
16 |
import json
|
17 |
|
18 |
import datasets
|
19 |
|
20 |
|
21 |
DESCRIPTION = """\
|
|
|
22 |
"""
|
23 |
|
24 |
REPO_PREFIX = "https://huggingface.co/datasets/texturedesign/td01_natural-ground-textures"
|
@@ -47,8 +47,8 @@ class NaturalGroundTextures(datasets.GeneratorBasedBuilder):
|
|
47 |
return datasets.DatasetInfo(
|
48 |
description=DESCRIPTION,
|
49 |
citation="",
|
50 |
-
homepage="",
|
51 |
-
license="",
|
52 |
features=datasets.Features(
|
53 |
{
|
54 |
"image": datasets.Image(),
|
|
|
12 |
# See the License for the specific language governing permissions and
|
13 |
# limitations under the License.
|
14 |
|
|
|
15 |
import json
|
16 |
|
17 |
import datasets
|
18 |
|
19 |
|
20 |
DESCRIPTION = """\
|
21 |
+
Multi-photo texture captures in outdoor nature scenes focusing on the ground. Each set contains variations of the same texture theme.
|
22 |
"""
|
23 |
|
24 |
REPO_PREFIX = "https://huggingface.co/datasets/texturedesign/td01_natural-ground-textures"
|
|
|
47 |
return datasets.DatasetInfo(
|
48 |
description=DESCRIPTION,
|
49 |
citation="",
|
50 |
+
homepage="https://huggingface.co/texturedesign",
|
51 |
+
license="cc-by-nc-4.0",
|
52 |
features=datasets.Features(
|
53 |
{
|
54 |
"image": datasets.Image(),
|