amirulofficialinfy commited on
Commit
da8c0f0
·
verified ·
1 Parent(s): 0657344

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -176,7 +176,7 @@ facial‑actuation control, robotics, reinforcement learning, and human–comput
176
  from datasets import load_dataset, Image
177
 
178
  # load the small subset
179
- ds = load_dataset("infosys/OpenHumnoidDataset", name="small", split="train")
180
  ds = ds.cast_column("image", Image()) # decode image bytes ➜ PIL.Image
181
 
182
  img = ds[0]["image"]
 
176
  from datasets import load_dataset, Image
177
 
178
  # load the small subset
179
+ ds = load_dataset("infosys/OpenHumnoidActuatedFaceData", name="small", split="train")
180
  ds = ds.cast_column("image", Image()) # decode image bytes ➜ PIL.Image
181
 
182
  img = ds[0]["image"]