Datasets:
File size: 987 Bytes
0460e39 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | ---
language: vi
license: cc-by-4.0
size_categories:
- 1K<n<10K
task_categories:
- image-classification
tags:
- ceramic
- pattern
- vietnamese-ceramic
- image-dataset
---
# Ceramic Pattern Dataset
Dataset hình ảnh gốm sứ (ceramic pattern) phục vụ nghiên cứu.
## Cấu trúc
| Folder | Mô tả | Số lượng | Định dạng |
|--------|--------|----------|-----------|
| `dataset_org/` | Ảnh gốc crawl được | 700 | JPG |
| `data_final_org/` | Pattern đã crop từ ảnh gốc | 4,132 | PNG |
## Sử dụng
```python
from huggingface_hub import snapshot_download
# Download toàn bộ dataset
snapshot_download(repo_id="JayLL13/ceramic-pattern-dataset", repo_type="dataset")
# Hoặc chỉ download folder cụ thể
snapshot_download(repo_id="JayLL13/ceramic-pattern-dataset", repo_type="dataset", allow_patterns="dataset_org/*")
snapshot_download(repo_id="JayLL13/ceramic-pattern-dataset", repo_type="dataset", allow_patterns="data_final_org/*")
```
|