Datasets:
Replace policy reference NPZ dataset
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- README.md +0 -72
- S011/S011_Trial01_Step01_Step02.npz +0 -3
- S011/S011_Trial02_Step01_Step02.npz +2 -2
- S011/S011_Trial03_Step01_Step02.npz +2 -2
- S011/S011_Trial04_Step01_Step02.npz +2 -2
- S011/S011_Trial05_Step01_Step02.npz +2 -2
- S012/S012_Trial01_Step01_Step02.npz +0 -3
- S012/S012_Trial02_Step01_Step02.npz +2 -2
- S012/S012_Trial03_Step01_Step02.npz +2 -2
- S012/S012_Trial04_Step01_Step02.npz +0 -3
- S012/S012_Trial05_Step01_Step02.npz +2 -2
- S013/S013_Trial01_Step01_Step02.npz +0 -3
- S013/S013_Trial02_Step01_Step02.npz +0 -3
- S013/S013_Trial03_Step01_Step02.npz +2 -2
- S013/S013_Trial04_Step01_Step02.npz +0 -3
- S013/S013_Trial05_Step01_Step02.npz +0 -3
- S014/S014_Trial01_Step01_Step02.npz +2 -2
- S014/S014_Trial02_Step01_Step02.npz +2 -2
- S014/S014_Trial03_Step01_Step02.npz +0 -3
- S014/S014_Trial04_Step01_Step02.npz +0 -3
- S014/S014_Trial05_Step01_Step02.npz +2 -2
- S015/S015_Trial01_Step01_Step02.npz +2 -2
- S015/S015_Trial02_Step01_Step02.npz +2 -2
- S015/S015_Trial03_Step01_Step02.npz +2 -2
- S015/S015_Trial04_Step01_Step02.npz +2 -2
- S015/S015_Trial05_Step01_Step02.npz +2 -2
- S016/S016_Trial01_Step01_Step02.npz +2 -2
- S016/S016_Trial02_Step01_Step02.npz +2 -2
- S016/S016_Trial03_Step01_Step02.npz +2 -2
- S017/S017_Trial02_Step01_Step02.npz +2 -2
- S017/S017_Trial03_Step01_Step02.npz +2 -2
- S017/S017_Trial04_Step01_Step02.npz +2 -2
- S017/S017_Trial05_Step01_Step02.npz +2 -2
- S018/S018_Trial01_Step01_Step02.npz +2 -2
- S018/S018_Trial02_Step01_Step02.npz +2 -2
- S018/S018_Trial03_Step01_Step02.npz +2 -2
- S018/S018_Trial04_Step01_Step02.npz +0 -3
- S018/S018_Trial05_Step01_Step02.npz +2 -2
- S019/S019_Trial01_Step01_Step02.npz +2 -2
- S019/S019_Trial02_Step01_Step02.npz +0 -3
- S019/S019_Trial03_Step01_Step02.npz +2 -2
- S019/S019_Trial04_Step01_Step02.npz +2 -2
- S019/S019_Trial05_Step01_Step02.npz +2 -2
- S020/S020_Trial01_Step01_Step02.npz +2 -2
- S020/S020_Trial02_Step01_Step02.npz +2 -2
- S021/S021_Trial02_Step01_Step02.npz +0 -3
- S021/S021_Trial03_Step01_Step02.npz +0 -3
- S021/S021_Trial04_Step01_Step02.npz +0 -3
- S021/S021_Trial05_Step01_Step02.npz +0 -3
- S022/S022_Trial01_Step01_Step02.npz +2 -2
README.md
DELETED
|
@@ -1,72 +0,0 @@
|
|
| 1 |
-
# Policy Reference NPZ Data
|
| 2 |
-
|
| 3 |
-
This folder contains per-subject, per-trial `.npz` files exported from the processed OpenSim inverse dynamics results.
|
| 4 |
-
|
| 5 |
-
The files are intended for comparing policy inference outputs against OpenSim ID torques. Each exported trial uses the kinematics timeline as the master timeline, with time and timestep reset to start from zero. ID torques are normalized by the subject's weight from `Subject_Demographics.xlsx`.
|
| 6 |
-
|
| 7 |
-
## Folder Structure
|
| 8 |
-
|
| 9 |
-
```text
|
| 10 |
-
policy_reference_npz/
|
| 11 |
-
S011/
|
| 12 |
-
S011_Trial01_Step01_Step02.npz
|
| 13 |
-
S011_Trial02_Step01_Step02.npz
|
| 14 |
-
...
|
| 15 |
-
S012/
|
| 16 |
-
S012_Trial01_Step01_Step02.npz
|
| 17 |
-
...
|
| 18 |
-
```
|
| 19 |
-
|
| 20 |
-
Each `.npz` file corresponds to one subject/trial/step window.
|
| 21 |
-
|
| 22 |
-
## Arrays
|
| 23 |
-
|
| 24 |
-
Each file contains:
|
| 25 |
-
|
| 26 |
-
| Key | Shape | Description |
|
| 27 |
-
| --- | --- | --- |
|
| 28 |
-
| `subject` | scalar string | Subject ID, for example `S011`. |
|
| 29 |
-
| `trial` | scalar string | Trial name, for example `Trial01`. |
|
| 30 |
-
| `step_label` | scalar string | Step label, currently `Step01_Step02`. |
|
| 31 |
-
| `timestep` | `(T,)` | Zero-based integer timestep over the kinematics sequence. |
|
| 32 |
-
| `time_sec` | `(T,)` | Kinematics time in seconds, shifted so the first frame is `0.0`. |
|
| 33 |
-
| `source_time_sec` | `(T,)` | Same zero-start kinematics time as `time_sec`. |
|
| 34 |
-
| `original_kinematics_time_sec` | `(T,)` | Original OpenSim kinematics timestamps before zero-shifting. |
|
| 35 |
-
| `id_source_time_sec` | `(N_id,)` | Original ID timestamps shifted relative to the first kinematics frame. |
|
| 36 |
-
| `original_id_source_time_sec` | `(N_id,)` | Original OpenSim ID timestamps before zero-shifting. |
|
| 37 |
-
| `joint_angle` | `(T, N_angle)` | Joint angle / coordinate values from kinematics, on the kinematics timeline. |
|
| 38 |
-
| `joint_angle_columns` | `(N_angle,)` | Column names for `joint_angle`. |
|
| 39 |
-
| `joint_torque` | `(T, N_torque)` | ID torques aligned onto the kinematics timeline and divided by `subject_weight_kg`. Missing rows are `NaN`. |
|
| 40 |
-
| `joint_torque_columns` | `(N_torque,)` | Column names for `joint_torque`. |
|
| 41 |
-
| `joint_torque_valid` | `(T,)` | Boolean mask where `joint_torque` has valid ID values. |
|
| 42 |
-
| `joint_torque_normalization` | scalar string | Normalization applied to `joint_torque`, currently `divided_by_subject_weight_kg`. |
|
| 43 |
-
| `joint_torque_units` | scalar string | Normalized torque units, currently `original_ID_units_per_kg`. |
|
| 44 |
-
| `subject_weight_kg` | scalar float | Subject weight used for normalizing `joint_torque`. |
|
| 45 |
-
| `computed_grf` | `(T, N_grf)` | Corrected GRF values interpolated onto the kinematics timeline. |
|
| 46 |
-
| `computed_grf_columns` | `(N_grf,)` | Column names for `computed_grf`. |
|
| 47 |
-
| `computed_grf_valid` | `(T,)` | Boolean mask where `computed_grf` has valid values. |
|
| 48 |
-
| `source_files` | `(3,)` | Source kinematics, ID torque, and GRF file paths used for export. |
|
| 49 |
-
|
| 50 |
-
## Policy Comparison
|
| 51 |
-
|
| 52 |
-
Run policy inference using `joint_angle`. The policy output should have the same first dimension `T`.
|
| 53 |
-
|
| 54 |
-
Compare predicted normalized torque against OpenSim ID only where `joint_torque_valid` is true:
|
| 55 |
-
|
| 56 |
-
```python
|
| 57 |
-
import numpy as np
|
| 58 |
-
|
| 59 |
-
data = np.load("S011/S011_Trial01_Step01_Step02.npz")
|
| 60 |
-
|
| 61 |
-
joint_angle = data["joint_angle"]
|
| 62 |
-
target_torque = data["joint_torque"]
|
| 63 |
-
valid = data["joint_torque_valid"]
|
| 64 |
-
subject_weight_kg = float(data["subject_weight_kg"])
|
| 65 |
-
|
| 66 |
-
predicted_torque = policy(joint_angle)
|
| 67 |
-
predicted_torque = predicted_torque / subject_weight_kg
|
| 68 |
-
|
| 69 |
-
error = predicted_torque[valid] - target_torque[valid]
|
| 70 |
-
```
|
| 71 |
-
|
| 72 |
-
Rows where `joint_torque_valid` is false correspond to kinematics frames without an ID result and should be skipped for torque comparison.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
S011/S011_Trial01_Step01_Step02.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e05176ba4e1c28fffcbdf59251d72cba66850e3fc0359435900283c431e59051
|
| 3 |
-
size 79724
|
|
|
|
|
|
|
|
|
|
|
|
S011/S011_Trial02_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9dcfc116fb2d5bf90ca3bea139e3e9d1750ddb526ed5e82f162e227e9772bb89
|
| 3 |
+
size 89713
|
S011/S011_Trial03_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f36905e6de601a055d642537a879bd03e8858f3fd51fac3d9cf0749c49b33e63
|
| 3 |
+
size 88267
|
S011/S011_Trial04_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c0e2bb25b417368b48d5d529e0d24c0db31d4cc5d909966b827ec0a720c59ca
|
| 3 |
+
size 86652
|
S011/S011_Trial05_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29276508be7c2469c2f04847f3c81bf966d552046d2c78a89e87654a8c828db2
|
| 3 |
+
size 87956
|
S012/S012_Trial01_Step01_Step02.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c958cb480e520cc5d453be21f5eacd2be642f90bd86e74b075e1ff4a0f1a0b14
|
| 3 |
-
size 71903
|
|
|
|
|
|
|
|
|
|
|
|
S012/S012_Trial02_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf0f0ed388138e60ddb53d25444b556d57d0a2568089e12a518c5998ba6ac9c4
|
| 3 |
+
size 82993
|
S012/S012_Trial03_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf1e8746395c583646776ec49008ed321fde24381b54d9db715b42d46ec2f9c4
|
| 3 |
+
size 82639
|
S012/S012_Trial04_Step01_Step02.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:99d6e49aec3a3cb4f5b4380a872aded3de037737c6919b7d60ff90b55077d3c4
|
| 3 |
-
size 72598
|
|
|
|
|
|
|
|
|
|
|
|
S012/S012_Trial05_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da40d98f1afec38e92f42fe92f86420260d1cc144fbd7f36a30e8e62d011e2c9
|
| 3 |
+
size 83213
|
S013/S013_Trial01_Step01_Step02.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:823401537921b9733ffc6476c79b42f00d2388c94c716605b4a4d675c6ac66a2
|
| 3 |
-
size 78878
|
|
|
|
|
|
|
|
|
|
|
|
S013/S013_Trial02_Step01_Step02.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:19bc15c2a1b330179a6103fe480fa6794564c6ed7d1ddcfaf744255b3af54598
|
| 3 |
-
size 76793
|
|
|
|
|
|
|
|
|
|
|
|
S013/S013_Trial03_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6eaa13d91181cbd034982343141c11f8d5258774baa6e2e22e4d71607e8aa27
|
| 3 |
+
size 86816
|
S013/S013_Trial04_Step01_Step02.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e52f4ad62c288a1bd6600b165ecd2ea440923046d38765371b728479508b20fa
|
| 3 |
-
size 77253
|
|
|
|
|
|
|
|
|
|
|
|
S013/S013_Trial05_Step01_Step02.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a77910c5ba75cce85dd5d1bf1b96bb73bb967461cb9749fb197895468fbcc562
|
| 3 |
-
size 76963
|
|
|
|
|
|
|
|
|
|
|
|
S014/S014_Trial01_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:207356b4e56acade92b21f327317b1a269e43f87e38babd0f4fdb608af8bcd61
|
| 3 |
+
size 90663
|
S014/S014_Trial02_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0d6c352b29c2831e936f68a5c41136667ad5183cba402f85339609f3129421b
|
| 3 |
+
size 90259
|
S014/S014_Trial03_Step01_Step02.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b15116e6f9a77c7f2e73866382ea165e8bde46c725f73798b7af059f07b7ce85
|
| 3 |
-
size 85578
|
|
|
|
|
|
|
|
|
|
|
|
S014/S014_Trial04_Step01_Step02.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bf78f497d97abfda762c88b37808d340c7efe77faca1e5c695061225e43ced39
|
| 3 |
-
size 91947
|
|
|
|
|
|
|
|
|
|
|
|
S014/S014_Trial05_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fcb94b2683f56dfffbd82a26d8c68c731bfd9438a2932ae7a2de77d80799ccd
|
| 3 |
+
size 88521
|
S015/S015_Trial01_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8fa517c688277d14cf46ed480f56090efae3684ffce9fa571954b7187a69f6a
|
| 3 |
+
size 87535
|
S015/S015_Trial02_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e2d8ba2a1378bae2890018d06fc61e1559a51043d1705584390402b5d99e5ae
|
| 3 |
+
size 89222
|
S015/S015_Trial03_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c16ff4c20235c57625df9f84f07a670f5ffbe76877b97866e599ac84a9ca2d8a
|
| 3 |
+
size 87082
|
S015/S015_Trial04_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:787489074b4f75b370d6aef46d4c58872d8d1165399c3a7d782b6b1f1862c609
|
| 3 |
+
size 87222
|
S015/S015_Trial05_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:238055d19c3177526f62494e33e682a1686da9c94f934d6817a513007d56cb04
|
| 3 |
+
size 88213
|
S016/S016_Trial01_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0ece1f019bdaab5af7095b628e20e242a0694b3cfe67dbfcf01ca5aef88c310
|
| 3 |
+
size 79195
|
S016/S016_Trial02_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0a13fe3b3829003098ac5df62e932c65b6f114c76804207755332691fb8a20c
|
| 3 |
+
size 79250
|
S016/S016_Trial03_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf2eec93f10531862e46aebe78ee533c8e33784fb02a054ea9d703ab7b31df09
|
| 3 |
+
size 80631
|
S017/S017_Trial02_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69beabc44e55d1afb55b03bb02b6bacff90414a3407389152606b6f9e99a5d1e
|
| 3 |
+
size 93409
|
S017/S017_Trial03_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47b418322d4deb6d0c98d84f0dc1c0e978a8423ce6343d3e514dd2e53be10870
|
| 3 |
+
size 92048
|
S017/S017_Trial04_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4fd52615ceecafef0e9100e9c93a46811d50f63682987c00bc4a2c701abfbc0e
|
| 3 |
+
size 92054
|
S017/S017_Trial05_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e0d1091bab7b31093319fc0afdf8689ca1953203cafb553d10aa8fb71495341
|
| 3 |
+
size 91833
|
S018/S018_Trial01_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a39695af0b0c847e3cebb8477d05351a9049d8f2ea790127626237318db19c6e
|
| 3 |
+
size 88686
|
S018/S018_Trial02_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b713c74d5d979de166af0922dfc41b559f19f05225ee4bc902ca7a35579901af
|
| 3 |
+
size 86099
|
S018/S018_Trial03_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6385ad68e5394a5756a55eac3401220dc16deb47424c3973e52ae47f75d50dfb
|
| 3 |
+
size 85601
|
S018/S018_Trial04_Step01_Step02.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5eef99b8e02522d7ccb8032ae18a82ae0461150a08245bdaaab962d4cb104924
|
| 3 |
-
size 83252
|
|
|
|
|
|
|
|
|
|
|
|
S018/S018_Trial05_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f08be287159a5d2d98981c1fc298c3bbf36c225bb2464e55d206a7eb73bd917
|
| 3 |
+
size 91033
|
S019/S019_Trial01_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8519cc4830d08adcfbefb7fbd669bbcd28172235b552aa28123461be0446c307
|
| 3 |
+
size 86672
|
S019/S019_Trial02_Step01_Step02.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bfac1dce44111b429484bd7227f020d30df1b8d5f8732225c7d0cecda52fbdb2
|
| 3 |
-
size 75393
|
|
|
|
|
|
|
|
|
|
|
|
S019/S019_Trial03_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3032de3de4195288bfeefbc0ddcf55f7a3bf86f584bceb06a07ae33947485ead
|
| 3 |
+
size 85922
|
S019/S019_Trial04_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f0e6db321ffd94c3af3a47d93eb67449787382a5e7222298aab3ea129a87b7b
|
| 3 |
+
size 82832
|
S019/S019_Trial05_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7e96641023d98c29a3f491184838d41c1be6390234b14998f62b2cf7ccf1a4d
|
| 3 |
+
size 85491
|
S020/S020_Trial01_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34a2ce7a5dfffc695ee2a7480c20597441886d7ac5e6cc51d55b19c004eb93c2
|
| 3 |
+
size 86993
|
S020/S020_Trial02_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d5a9c35acded4a6c1a4478d4495f97ea6a630b4424ed2243bb935dc42c441f8
|
| 3 |
+
size 86951
|
S021/S021_Trial02_Step01_Step02.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8567093fbe10efad3f1c22462343068badd0fcfea0057088a56edaa2d13fac01
|
| 3 |
-
size 79924
|
|
|
|
|
|
|
|
|
|
|
|
S021/S021_Trial03_Step01_Step02.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7e94339295e6b3537192d2b5e7b54fe462fd9f20e4239543ec4dcdc61cc1ba66
|
| 3 |
-
size 80190
|
|
|
|
|
|
|
|
|
|
|
|
S021/S021_Trial04_Step01_Step02.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6afec24a303c9b93100c9e6bda2b71b78f1dbfbd8e0f2e21abf227ed12d3db0c
|
| 3 |
-
size 80281
|
|
|
|
|
|
|
|
|
|
|
|
S021/S021_Trial05_Step01_Step02.npz
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:374244719619654ca077ae6c2d2552f2a15224ddd6ad78c6571e801666b0d419
|
| 3 |
-
size 80767
|
|
|
|
|
|
|
|
|
|
|
|
S022/S022_Trial01_Step01_Step02.npz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9131b34bdfd713d2a1cbc11cc6d2f9a57e52b336fc5b7f7114e9be2295d2c078
|
| 3 |
+
size 92667
|