tlpss's picture
Create README.md
a136313 verified
|
raw
history blame
536 Bytes
---
license: mit
task_categories:
- feature-extraction
size_categories:
- 1K<n<10K
---
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.
This dataset is not 'arrow-formatted'. HF simply serves as storage. Best to download the raw files instead of 'arrowed' version using following snippet:
```
huggingface_hub.snapshot_download(ARTF_RESIZED_CATEGORIES_HF_URL,repo_type="dataset",local_dir=ARTF_CATEGORIES_DATASETS_DIR)
```