Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
image
image
End of preview. Expand in Data Studio

license: mit
pretty_name: NPR_gloss_dataset
tags:
- images
- 512x512
- NPR
- perception
- material appearance
---

# NPR_gloss_dataset

- **Images:** 10080 (unlabeled), 512x512
- **Format on Hub:** Arrow/Parquet shards with an `image` column.

## Load

```python
from datasets import load_dataset
ds = load_dataset("SantiagoJN/NPR_gloss_dataset", split="train")
img = ds[0]["image"]   # PIL.Image.Image
Downloads last month
3