File size: 570 Bytes
89e5d21 | 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 | {
"feature_extractor_type": "MotokoFeatureExtractor",
"sampling_rate_hz": 1000,
"target_sampling_rate_hz": 1000,
"window_size": 256,
"window_stride": 128,
"max_length": 2048,
"padding_value": 0.0,
"normalization": {
"method": "zscore",
"eps": 1e-06
},
"modalities": {
"force": {
"enabled": true,
"channels": 3
},
"torque": {
"enabled": true,
"channels": 3
},
"pressure": {
"enabled": true,
"channels": 16
},
"vibration": {
"enabled": true,
"channels": 6
}
}
}
|