1) windowsize/step size is not consistently used (e.g. wordsize/stepsize)
2) line 86 in SynchScoreUtils.py doesn't divive by windowsize.
3) the equation for caluculating (eq 2) needs to be updated if stepsize is anything but 1) [unknown behaviour with other values of step size.]
other observations:
every 8 frames return the same value,
skips every 8 frames... (e.g. not continueous like bow - frame 1-8, frame 2-9, etc..
last frame skipped if not == to windowsize.
1) windowsize/step size is not consistently used (e.g. wordsize/stepsize) 2) line 86 in SynchScoreUtils.py doesn't divive by windowsize. 3) the equation for caluculating (eq 2) needs to be updated if stepsize is anything but 1) [unknown behaviour with other values of step size.]
other observations: every 8 frames return the same value, skips every 8 frames... (e.g. not continueous like bow - frame 1-8, frame 2-9, etc.. last frame skipped if not == to windowsize.