dimstudio / SharpFlow

Script for analysing on real time the sensor data
1 stars 3 forks source link

Parameter to exclude certain sensors files #4

Closed dimstudio closed 4 years ago

dimstudio commented 4 years ago

The idea of Sharpflow is that it has to be general, using the zip dataformat, not for a specific sensors so we should try not to hardcode information regarding Kinect e.g. ignoreKinect=ignoreKinect but have something like exclude_files = ['kinect'] which along with to_exclude = ['Ankle', 'Hip'] and target_classes = ["correct_stroke"]

need to be parameters of the function call

HansBambel commented 4 years ago

Alright. I can change this.

HansBambel commented 4 years ago

I think you can close this :)