TUMFARSynchrony / synchrony-score

A realtime algorithm to find interpersonal facial synchrony. (WIP)
GNU General Public License v3.0
3 stars 0 forks source link

Discrepancy betewen Algorithim in Paper and Immplemented Alg. #7

Open NCEghtebas opened 1 year ago

NCEghtebas commented 1 year ago

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.