Closed haowenmvp closed 2 years ago
At line 69 of idt_classifier.py, it should be [timestamp, len(window_x) sample_duration, statistics.mean(window_x), statistics.mean(window_y)]) not [timestamp, len(window_x) 4, statistics.mean(window_x), statistics.mean(window_y)])
That makes sense, thanks! Do you want to make a pull request with that enhancement?
yes, I will make a pull request later.
Awesome, thanks!
At line 69 of idt_classifier.py, it should be [timestamp, len(window_x) sample_duration, statistics.mean(window_x), statistics.mean(window_y)]) not [timestamp, len(window_x) 4, statistics.mean(window_x), statistics.mean(window_y)])