Datasets:
File size: 560 Bytes
a136313 8194b8c a136313 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
---
license: mit
task_categories:
- feature-extraction
size_categories:
- 1K<n<10K
---
Coco-formattedaRTF keypoints 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)
``` |