Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- feature-extraction
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
+
---
|
8 |
+
|
9 |
+
|
10 |
+
|
11 |
+
aRTF dataset train/val/test splits for T-shirts, Shorts and towels. See [original repo](https://github.com/tlpss/aRTF-Clothes-dataset) for more details.
|
12 |
+
|
13 |
+
|
14 |
+
This dataset is not 'arrow-formatted'. HF simply serves as storage. Best to download the raw files instead of 'arrowed' version using following snippet:
|
15 |
+
|
16 |
+
```
|
17 |
+
huggingface_hub.snapshot_download(ARTF_RESIZED_CATEGORIES_HF_URL,repo_type="dataset",local_dir=ARTF_CATEGORIES_DATASETS_DIR)
|
18 |
+
|
19 |
+
```
|