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"]
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 likeexclude_files = ['kinect']
which along withto_exclude = ['Ankle', 'Hip']
andtarget_classes = ["correct_stroke"]
need to be parameters of the function call