Fix the description and URL.
Browse files
td02_urban-surface-textures.py
CHANGED
@@ -18,10 +18,10 @@ import datasets
|
|
18 |
|
19 |
|
20 |
DESCRIPTION = """\
|
21 |
-
Multi-photo texture captures in
|
22 |
"""
|
23 |
|
24 |
-
REPO_PREFIX = "https://huggingface.co/datasets/texturedesign/
|
25 |
DOWNLOAD_PREFIX = REPO_PREFIX + "/resolve/main"
|
26 |
|
27 |
INDEX_URLS = {
|
|
|
18 |
|
19 |
|
20 |
DESCRIPTION = """\
|
21 |
+
Multi-photo texture captures in urban scenes focusing on floors and walls. Each set contains variations of the same texture theme.
|
22 |
"""
|
23 |
|
24 |
+
REPO_PREFIX = "https://huggingface.co/datasets/texturedesign/td02_urban-surface-textures"
|
25 |
DOWNLOAD_PREFIX = REPO_PREFIX + "/resolve/main"
|
26 |
|
27 |
INDEX_URLS = {
|