File size: 562 Bytes
14e9a9f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | {
"feature_extractor_type": "HapticFeatureExtractor",
"sampling_rate_hz": 1000,
"window_size": 1024,
"hop_length": 256,
"padding_value": 0.0,
"padding_side": "right",
"return_attention_mask": true,
"normalize": true,
"normalization": {
"mean": [
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0
],
"std": [
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0,
1.0
]
}
}
|