About Dataset
This fake release checks image-dataset language, file grouping, and Kaggle/Hugging Face page structure without including actual photos.
Office Mug Poses Mini
Synthetic metadata for mugs facing left, right, or optimistically forward.
kaggle datasets download -d breakroom-vision/office-mug-poses
python - <<'PY'
import pandas as pd
rows = pd.read_csv("images/sample_manifest.csv")
print(rows.describe(include="all"))
PY
This fake release checks image-dataset language, file grouping, and Kaggle/Hugging Face page structure without including actual photos.
Preview file for sample_manifest.csv Preview-sample stats (3 rows).
|
Aimage_id
Link to Organization
|
123pose
Pose
|
123background
Background
|
123handle_visible
Handle Visible
|
Asplit
Split
|
|---|---|---|---|---|
33 unique · 0% null
| 33 unique · 0% null
| 33 unique · 0% null
| 22 unique · 0% null
| 22 unique · 0% null
|
| mug-101 | left | desk | yes | train |
| mug-102 | forward | kitchen | no | train |
| mug-103 | right | shelf | yes | validation |