nickgillian / grt

gesture recognition toolkit
859 stars 285 forks source link

Is there a reason why preProcessing is disabled in GestureRecognitionPipeline::predict_ ? #111

Open codeflakes0 opened 7 years ago

codeflakes0 commented 7 years ago

In GestureRecognitionPipeline::predict_ the preprocessing part is commented out and thus disabled no matter what preprocessing is set to the pipeline.

Is there a gesture recognition reason for that ? It seems to me that one should apply the same preprocessing for training and predicting but I'm no expert in machine learning. Maybe for getting a worst case scenario prediction ?