robox-tech commited on
Commit
8d778ad
·
verified ·
1 Parent(s): 821dda4

Use hand-landmark overlay for first example clip

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -14,13 +14,13 @@ A premium egocentric dataset of real-world hand and object task demonstrations,
14
 
15
  ## Examples
16
 
17
- Two representative clips. The first is clean RGB exactly as shipped for training. The second is the optional QA overlay, with MediaPipe hand landmarks rendered on top (left hand blue, right hand orange).
18
 
19
- Picking a GoPro box off a shelf (clean RGB, object transfer task):
20
 
21
- <video controls width="480" src="https://huggingface.co/datasets/RoboXTechnologies/RoboX-EgoTask/resolve/main/clips/rec_egotask_0171251f_clip_0001.mp4"></video>
22
 
23
- Spraying cleaning product on a sink, hand landmarks rendered (QA overlay):
24
 
25
  <video controls width="480" src="https://huggingface.co/datasets/RoboXTechnologies/RoboX-EgoTask/resolve/main/overlays/clips/rec_egotask_19091acd_clip_0001_overlay.mp4"></video>
26
 
 
14
 
15
  ## Examples
16
 
17
+ Two representative clips, shown with the QA overlay so the joint tracking is visible: MediaPipe hand landmarks rendered on top (left hand blue, right hand orange). The clips and recordings that ship for training are clean RGB without these overlays.
18
 
19
+ Picking a GoPro box off a shelf (object transfer task):
20
 
21
+ <video controls width="480" src="https://huggingface.co/datasets/RoboXTechnologies/RoboX-EgoTask/resolve/main/overlays/clips/rec_egotask_0171251f_clip_0001_overlay.mp4"></video>
22
 
23
+ Spraying cleaning product on a sink:
24
 
25
  <video controls width="480" src="https://huggingface.co/datasets/RoboXTechnologies/RoboX-EgoTask/resolve/main/overlays/clips/rec_egotask_19091acd_clip_0001_overlay.mp4"></video>
26