Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- video-classification
|
| 5 |
+
tags:
|
| 6 |
+
- action-recognition
|
| 7 |
+
- temporal-segmentation
|
| 8 |
+
- video
|
| 9 |
+
- computer-vision
|
| 10 |
+
size_categories:
|
| 11 |
+
- 1K<n<10K
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# The Breakfast Actions Dataset
|
| 15 |
+
|
| 16 |
+
**Official dataset release by Serre Lab, Brown University.**
|
| 17 |
+
|
| 18 |
+
A comprehensive dataset of breakfast preparation activities performed by 52 different individuals in 18 different kitchens (~77 hours of video, >4 million frames).
|
| 19 |
+
|
| 20 |
+
## Dataset Specifications
|
| 21 |
+
|
| 22 |
+
- **Participants**: 52 individuals
|
| 23 |
+
- **Locations**: 18 kitchens
|
| 24 |
+
- **Total recording**: ~77 hours of video (>4 million frames)
|
| 25 |
+
- **Resolution**: 320x240 pixels
|
| 26 |
+
- **Frame rate**: 15 fps
|
| 27 |
+
- **Activities**: 10 breakfast preparation activities, 48 fine-grained action units
|
| 28 |
+
|
| 29 |
+
## Files
|
| 30 |
+
|
| 31 |
+
- **demo_bundle.rar** — MATLAB demo for action recognition
|
| 32 |
+
- **BreakfastII_15fps_qvga_sync.tar.gz** — Video data
|
| 33 |
+
- **breakfast_data.tar.gz** — Dataset annotations
|
| 34 |
+
- **segmentation_coarse.tar.gz** — Coarse temporal segmentation
|
| 35 |
+
- **segmentation_fine.tar.gz** — Fine temporal segmentation
|
| 36 |
+
|
| 37 |
+
## Citation
|
| 38 |
+
|
| 39 |
+
```bibtex
|
| 40 |
+
@inproceedings{kuehne2014language,
|
| 41 |
+
title={The Language of Actions: Recovering the Syntax and Semantics of Goal-Directed Human Activities},
|
| 42 |
+
author={Kuehne, Hilde and Arslan, Ali and Serre, Thomas},
|
| 43 |
+
booktitle={CVPR},
|
| 44 |
+
year={2014}
|
| 45 |
+
}
|
| 46 |
+
```
|
| 47 |
+
|
| 48 |
+
## Links
|
| 49 |
+
|
| 50 |
+
- [Official website](https://serre.lab.brown.edu/breakfast-actions-dataset.html)
|
| 51 |
+
- [GitHub: HTK Action Recognition](https://github.com/hildekuehne/HTK_actionRecognition)
|