tqosu / Infant-Gait-Modifications

1 stars 0 forks source link

Don't include steps where 2 steps are identified in the same frame? #10

Open c-hospodar opened 9 months ago

c-hospodar commented 9 months ago

Is there a way to tell the algorithm not to include steps if it would place 2 steps in the same frame? It's essentially impossible for 2 steps to happen at the same frame (unless the baby is jumping), so we always end up having to delete both of them (and only sometimes is even one of them correct). If we always have to delete them in any case, it would be better to not include them at all if possible.