Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories: [other]
|
| 4 |
+
tags: [robotics, motion, expressive-robots, animacy, reachy-mini, autonomous-lamp, vla]
|
| 5 |
+
pretty_name: animacy human motion
|
| 6 |
+
---
|
| 7 |
+
# squaredcuber/animacy-human-motion
|
| 8 |
+
|
| 9 |
+
Canonical human conversational motion (`animacy.human.v1`, 30 Hz) captured with
|
| 10 |
+
[animacy](https://github.com/Hcoder10/animacy) — the open interaction layer for
|
| 11 |
+
expressive robots. Each clip is `motion.parquet` (28 channels: head 6-DoF, gaze,
|
| 12 |
+
brows, eyes, mouth, torso, a puppet arm chain, speaking/validity flags),
|
| 13 |
+
`audio.wav` (16 kHz mono, same clock) and `meta.json`.
|
| 14 |
+
|
| 15 |
+
Retarget any clip to a robot with `animacy retarget --robot <name>`; robots are
|
| 16 |
+
one `ROBOT.md` each (Autonomous Lamp and Reachy Mini included).
|
| 17 |
+
|
| 18 |
+
**5 clips, 17.1 minutes.**
|
| 19 |
+
|
| 20 |
+
| clip | seconds | source | license | face valid | speaking |
|
| 21 |
+
|---|---|---|---|---|---|
|
| 22 |
+
| cbp_vlog_day2 | 53.6 | [Video Blog- CBP Super Bowl LII Countdown to Kickoff - Day 2.webm](https://commons.wikimedia.org/wiki/File:Video_Blog-_CBP_Super_Bowl_LII_Countdown_to_Kickoff_-_Day_2.webm) | Public Domain | 0.487 | 0.687 |
|
| 23 |
+
| kende_interview_2014 | 234.8 | [Internet Hall of Fame 2014 Michael Kende interview.webm](https://commons.wikimedia.org/wiki/File:Internet_Hall_of_Fame_2014_Michael_Kende_interview.webm) | CC-BY-3.0 | 0.867 | 0.822 |
|
| 24 |
+
| obama_2014_09_13 | 242.5 | [2014-09-13 President Obama's Weekly Address.webm](https://commons.wikimedia.org/wiki/File:2014-09-13_President_Obama%27s_Weekly_Address.webm) | Public Domain | 0.922 | 0.754 |
|
| 25 |
+
| obama_2015_02_07 | 196.7 | [2015-02-07 President Obama's Weekly Address.webm](https://commons.wikimedia.org/wiki/File:2015-02-07_President_Obama%27s_Weekly_Address.webm) | Public Domain | 0.905 | 0.744 |
|
| 26 |
+
| royal_society_cloke | 299.9 | [Interview on extreme weather with physical geographer Hannah Cloke – The Royal Society.webm](https://commons.wikimedia.org/wiki/File:Interview_on_extreme_weather_with_physical_geographer_Hannah_Cloke_%E2%80%93_The_Royal_Society.webm) | CC-BY-3.0 | 0.806 | 0.946 |
|
| 27 |
+
|
| 28 |
+
## Provenance
|
| 29 |
+
|
| 30 |
+
Video sources are public-domain or CC-BY works; the license evidence field
|
| 31 |
+
recorded at fetch time is in each `meta.json` (`license_evidence`). Webcam
|
| 32 |
+
clips are the maintainer's own recordings, released CC-BY-4.0. No
|
| 33 |
+
no-derivatives or non-commercial material is included by construction
|
| 34 |
+
(`scripts/fetch_sources.py` refuses it).
|
| 35 |
+
|
| 36 |
+
## Schema
|
| 37 |
+
|
| 38 |
+
See `docs/CANONICAL.md` in the repo for every channel, unit and sign.
|