File size: 4,470 Bytes
3deb5e1
 
 
 
 
 
 
 
 
 
 
 
 
 
0c7f4bb
3deb5e1
54c9c53
3deb5e1
 
 
54c9c53
 
3deb5e1
 
54c9c53
3deb5e1
 
0c7f4bb
3deb5e1
0c7f4bb
 
 
 
3deb5e1
7ea1bfd
 
ce6cbde
0c7f4bb
 
 
3deb5e1
 
 
ce6cbde
3deb5e1
 
 
0c7f4bb
ce6cbde
54c9c53
554990f
3deb5e1
 
554990f
 
 
 
 
 
 
 
54c9c53
 
 
ce6cbde
54c9c53
 
554990f
3deb5e1
 
 
 
 
 
54c9c53
 
 
3deb5e1
 
 
0c7f4bb
3deb5e1
0c7f4bb
3deb5e1
 
 
0c7f4bb
3deb5e1
 
 
 
7ea1bfd
0c7f4bb
7ea1bfd
 
 
 
 
 
 
 
 
 
 
 
 
 
0c7f4bb
3deb5e1
 
0c7f4bb
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
---
license: apache-2.0
task_categories:
  - video-classification
  - image-to-video
language:
  - en
tags:
  - video
  - egocentric
  - first-person
  - household
  - webdataset
size_categories:
  - 10K<n<100K
configs:
  - config_name: browse
    default: true
    data_files:
      - split: train
        path: metadata/browse.parquet
  - config_name: metadata
    data_files:
      - split: train
        path: metadata/index.parquet
---

# RekaDaily-10k (raw)

Raw, unscripted, first-person daily-life video, collected through
[Claru](https://claru.ai), Reka's data collection marketplace — recorded by
paid collectors in their own homes and workplaces on head-mounted and handheld
phones, across multiple regions.

**This dataset is being released incrementally and is growing toward the full
[10,312-hour release](https://reka.ai/news/rekadaily-10k-egocentric-household-manipulation-data).**
Current contents: ~1,883 hours / 82,244 videos / 4,015 shards. Videos
are exactly as collected — no re-encoding, no cuts, no filtering beyond basic
integrity checks. A processed tier (short clips with machine captions) is
released separately under the same `RekaDaily-10k` prefix.

## Structure

Videos are packed into WebDataset tar archives (~5-8 GB), organized by
collection project:

```
data/<project>/shard-NNNNN.tar   # pairs of <video_id>.<mp4|mov> + <video_id>.json
metadata/browse.parquet          # one row per video: thumbnail + every metadata field
metadata/index.parquet           # the same metadata fields, without thumbnails
sample/                          # ~400 loose videos for quick browsing
```

Load the video shards with any WebDataset reader, e.g.:

```python
import webdataset as wds
url = "https://huggingface.co/datasets/RekaAI/RekaDaily-10k-raw/resolve/main/data/egocentric_household_tasks/shard-00000.tar"
ds = wds.WebDataset(url)
```

The Dataset Viewer above opens on the `browse` table: every video as a thumbnail
next to its full metadata row, so the collection can be skimmed without
downloading anything. The `metadata` config is the same fields without the
images, for lighter programmatic reads. The tar shards are not previewed in the viewer
(the Hub's WebDataset preview is currently broken platform-wide for video
archives); they download and stream normally.

Projects: `egocentric_household_tasks`, `egocentric_household_tasks_usa`,
`egocentric_commercial_environments`, `residential_egocentric_latam_upload_via_claru`,
`video_capture_activities`, `video_capture`, `video_capture_first_person_videos_phone`.

## Metadata fields

Each `.json` sidecar carries the fields below; `metadata/index.parquet` and
`metadata/browse.parquet` carry the same set, one row per video (`browse` adds
the `thumbnail` image column):

| field | description |
|---|---|
| `video_id` | unique id, matches the media file name |
| `project` | Claru collection project |
| `flow`, `activities` | activity taxonomy (activities-type projects): session scenario + performed actions |
| `category`, `subcategory` | category taxonomy (video-capture-type projects) |
| `lighting` | lighting condition, where captured |
| `duration_s`, `fps`, `width`, `height`, `num_frames`, `codec` | probe stats |
| `collector` | salted-hash collector id — distinct values ≈ distinct environments |

Each video populates one taxonomy family (flow/activities *or*
category/subcategory) depending on its project type.

## Consent, privacy & takedown

This dataset was collected through [Claru](https://claru.ai), Reka's data
collection marketplace, as described in the
[release announcement](https://reka.ai/news/rekadaily-10k-egocentric-household-manipulation-data).
Collectors are paid contractors who opt in, and every session is recorded with
the wearer's knowledge and agreement. Collectors are instructed to record only
with the agreement of other adults present and to keep others out of frame
where that is not possible.

Every video in this release has been processed to remove container metadata —
GPS coordinates, device identifiers, and capture timestamps — and verified
clean before upload, in addition to the automated PII screening described in
the announcement. Screening is not perfect. If you find something in this
release that should not be there, tell us and we will remove it: contact
**contact@reka.ai**.

## License

Apache 2.0 — use, redistribute, and build on this data, including
commercially, with attribution per the license terms.