ataghof commited on
Commit
3155f2f
·
verified ·
1 Parent(s): 80a2dfa

card: corpus_id follows the repo rename; entity -> CaryX AI

Browse files
Files changed (3) hide show
  1. LICENSE.txt +1 -1
  2. README.md +7 -7
  3. meta/info.json +2 -2
LICENSE.txt CHANGED
@@ -8,4 +8,4 @@ MANO hand model (https://mano.is.tue.mpg.de/license.html). Use of this dataset
8
  constitutes acceptance of the MANO license terms in addition to
9
  CC-BY-NC-SA-4.0.
10
 
11
- (c) 2026 Caryx AI.
 
8
  constitutes acceptance of the MANO license terms in addition to
9
  CC-BY-NC-SA-4.0.
10
 
11
+ (c) 2026 CaryX AI.
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
3
- pretty_name: Caryx Egocentric Manipulation
4
  size_categories:
5
  - n<1K
6
  task_categories:
@@ -18,7 +18,7 @@ tags:
18
  - physical-ai
19
  ---
20
 
21
- # egocentric-manipulation
22
 
23
  **[Browse the episodes in your browser →](https://caryx.ai/data)** · [caryx.ai](https://caryx.ai) · [founders@caryx.ai](mailto:founders@caryx.ai)
24
 
@@ -29,7 +29,7 @@ language, so a model can be tested against any one of those channels or all of
29
  them at once without collecting or labelling anything first.
30
 
31
  Recorded on iPhone Pro (ARKit LiDAR) as part of Everyday Manipulation 1 (EM1),
32
- annotated by Caryx AI, packaged as a single multi-episode
33
  [LeRobot v3.0](https://github.com/huggingface/lerobot) dataset.
34
 
35
  **23 episodes · 4393 frames @ 10 fps · tasks: fold_laundry, jar_open_close, scoop_grain**
@@ -95,7 +95,7 @@ To resolve which object is slot k, read
95
 
96
  Tasks are native LeRobot tasks (`meta/tasks.parquet`); filter episodes by
97
  `task_index`. The episode index (id, task, length) is in `meta/episodes/`, and
98
- the per-episode Caryx AI metadata is in `meta/info.json` under
99
  `foundry.episodes`. Frames with no derivable hand pose are dropped rather than
100
  NaN-padded, so `kept_frame_indices` recovers the original timing.
101
 
@@ -107,13 +107,13 @@ Self-collected, consented capture.
107
 
108
  ```bibtex
109
  @misc{caryx2026egocentric,
110
- title = {egocentric-manipulation: Egocentric Human Manipulation with Metric Depth, Contact, and MANO Hands},
111
- author = {Caryx AI},
112
  year = {2026},
113
  publisher = {Hugging Face},
114
  url = {https://huggingface.co/datasets/CaryxAI/everyday-manipulation-3d}
115
  }
116
  ```
117
 
118
- Produced by Caryx AI. Reach out: [founders@caryx.ai](mailto:founders@caryx.ai)
119
  · [caryx.ai](https://caryx.ai)
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
+ pretty_name: CaryX Everyday Manipulation 3D
4
  size_categories:
5
  - n<1K
6
  task_categories:
 
18
  - physical-ai
19
  ---
20
 
21
+ # everyday-manipulation-3d
22
 
23
  **[Browse the episodes in your browser →](https://caryx.ai/data)** · [caryx.ai](https://caryx.ai) · [founders@caryx.ai](mailto:founders@caryx.ai)
24
 
 
29
  them at once without collecting or labelling anything first.
30
 
31
  Recorded on iPhone Pro (ARKit LiDAR) as part of Everyday Manipulation 1 (EM1),
32
+ annotated by CaryX AI, packaged as a single multi-episode
33
  [LeRobot v3.0](https://github.com/huggingface/lerobot) dataset.
34
 
35
  **23 episodes · 4393 frames @ 10 fps · tasks: fold_laundry, jar_open_close, scoop_grain**
 
95
 
96
  Tasks are native LeRobot tasks (`meta/tasks.parquet`); filter episodes by
97
  `task_index`. The episode index (id, task, length) is in `meta/episodes/`, and
98
+ the per-episode CaryX AI metadata is in `meta/info.json` under
99
  `foundry.episodes`. Frames with no derivable hand pose are dropped rather than
100
  NaN-padded, so `kept_frame_indices` recovers the original timing.
101
 
 
107
 
108
  ```bibtex
109
  @misc{caryx2026egocentric,
110
+ title = {everyday-manipulation-3d: Egocentric Human Manipulation with Metric Depth, Contact, and MANO Hands},
111
+ author = {CaryX AI},
112
  year = {2026},
113
  publisher = {Hugging Face},
114
  url = {https://huggingface.co/datasets/CaryxAI/everyday-manipulation-3d}
115
  }
116
  ```
117
 
118
+ Produced by CaryX AI. Reach out: [founders@caryx.ai](mailto:founders@caryx.ai)
119
  · [caryx.ai](https://caryx.ai)
meta/info.json CHANGED
@@ -238,8 +238,8 @@
238
  "train": "0:23"
239
  },
240
  "foundry": {
241
- "entity": "Caryx AI",
242
- "corpus_id": "egocentric-manipulation",
243
  "draft": false,
244
  "license_spdx": "CC-BY-NC-SA-4.0",
245
  "license_is_research": true,
 
238
  "train": "0:23"
239
  },
240
  "foundry": {
241
+ "entity": "CaryX AI",
242
+ "corpus_id": "everyday-manipulation-3d",
243
  "draft": false,
244
  "license_spdx": "CC-BY-NC-SA-4.0",
245
  "license_is_research": true,