Consider "walking" for AR mobile episodes

pull/95/head
Meng Li 2020-04-20 18:09:05 -04:00
parent 490599c742
commit 3314040912
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ else:
deltas_features = {'sumstationary':['still','tilting'],
'summobile':['on_foot','running','on_bicycle'],
'summobile':['on_foot','walking','running','on_bicycle'],
'sumvehicle':['in_vehicle']}
for column, activity_labels in deltas_features.items():