Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
imagefolder
Languages:
Undetermined
Size:
1K - 10K
License:
File size: 428 Bytes
9d9ffed 6a6442a 9d9ffed 4f451c8 9d9ffed 6a6442a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | ---
pretty_name: Soft vs Stiff (Microscopy)
task_categories:
- image-classification
size_categories:
- 1K<n<10K
license: other
language:
- und
---
# Soft vs Stiff Image Dataset
- Structure: `data/(microscopy-id)/(Soft|Stiff)/*.tif`
- Labels: `Soft`, `Stiff`
## Load with `datasets` (ImageFolder)
```python
from datasets import load_dataset
ds = load_dataset("imagefolder", repo_id="SCH-YcHan/hMSC", data_dir="data")
print(ds) |