Scan2s commited on
Commit
7fa2906
·
verified ·
1 Parent(s): 4e40911

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -12
README.md CHANGED
@@ -2,7 +2,6 @@
2
  license: other
3
  task_categories:
4
  - robotics
5
- - time-series-classification
6
  tags:
7
  - imu
8
  - emg
@@ -22,28 +21,23 @@ Every record includes a physics score, tier, and which laws passed or failed.
22
 
23
  **First physics audit of Open-X Embodiment (RoboTurk) ever published.**
24
 
25
- ## What Is S2S
26
-
27
- S2S applies 11 biomechanical physics laws to every sensor window — F=ma coupling, rigid-body kinematics, jerk bounds, Hurst persistence. No ML. No training. Equations true since Newton.
28
-
29
  ## Contents
30
 
31
  | File | Dataset | Episodes | Windows |
32
  |------|---------|----------|---------|
33
  | roboturk_audit.json | RoboTurk (Open-X, Stanford) | 216 | 1,143 |
34
  | ninapro_audit.json | NinaPro DB5 (2000Hz forearm EMG) | 10 subjects | 9,552 |
35
- | nyu_rot_audit.json | NYU Rotation (Open-X) | 14 | 16 |
36
 
37
  ## Key Findings
38
 
39
- **RoboTurk (human teleoperation):**
40
  - 78.1% pass rate (GOLD+SILVER)
41
  - Top failing law: `imu_internal_consistency` 32.4%
42
- - Finding: commanded rotation ≠ real gyroscope in smartphone teleoperation
43
 
44
- **NinaPro DB5 (real human IMU):**
45
- - 100% SILVER — all subjects certified as biological
46
- - Hurst H = 0.60–0.79 across all subjects
47
 
48
  ## Reproduce
49
  ```bash
@@ -53,5 +47,5 @@ cd S2S && python3 certify_roboturk.py
53
  ```
54
 
55
  ## Citation
56
- DOI: 10.5281/zenodo.18878307
57
  GitHub: https://github.com/timbo4u1/S2S
 
2
  license: other
3
  task_categories:
4
  - robotics
 
5
  tags:
6
  - imu
7
  - emg
 
21
 
22
  **First physics audit of Open-X Embodiment (RoboTurk) ever published.**
23
 
 
 
 
 
24
  ## Contents
25
 
26
  | File | Dataset | Episodes | Windows |
27
  |------|---------|----------|---------|
28
  | roboturk_audit.json | RoboTurk (Open-X, Stanford) | 216 | 1,143 |
29
  | ninapro_audit.json | NinaPro DB5 (2000Hz forearm EMG) | 10 subjects | 9,552 |
 
30
 
31
  ## Key Findings
32
 
33
+ **RoboTurk — 216 human-teleoperated episodes:**
34
  - 78.1% pass rate (GOLD+SILVER)
35
  - Top failing law: `imu_internal_consistency` 32.4%
36
+ - Finding: commanded rotation ≠ real gyroscope in smartphone teleoperation interface
37
 
38
+ **NinaPro DB5 real human IMU 2000Hz:**
39
+ - 100% SILVER — all 10 subjects certified biological
40
+ - Hurst H = 0.60–0.79
41
 
42
  ## Reproduce
43
  ```bash
 
47
  ```
48
 
49
  ## Citation
50
+ DOI: [10.5281/zenodo.18878307](https://doi.org/10.5281/zenodo.18878307)
51
  GitHub: https://github.com/timbo4u1/S2S