| --- |
| pretty_name: EgoDaily Hand Crops |
| license: other |
| configs: |
| - config_name: default |
| data_files: |
| - split: train |
| path: data/train-*.parquet |
| - split: test |
| path: data/test-*.parquet |
| --- |
| |
| # EgoDaily Hand Crops |
|
|
| Private authorized redistribution of EgoDaily frame RGB and official wearer |
| hand rectangles. One row corresponds to one source frame. |
|
|
| ## Fields |
|
|
| - `id`: stable original EgoDaily image path. |
| - `image`: source RGB frame, 1920×1080 GoPro SuperView. |
| - `left_crop`, `right_crop`: nullable `[x1, y1, x2, y2]` boxes in source |
| pixels. They are coordinates, not separately encoded crop images. |
|
|
| The train/test splits follow the official release. Boxes cover the visible hand |
| through the wrist. Please cite Cruz & Chan (2019), *Is that my hand? An |
| egocentric dataset for hand disambiguation*. The 31 degenerate `[x, y, 1, 1]` |
| official placeholder boxes are represented as null crops. |
|
|