Skip to content
Mislav Vuletić edited this page Aug 31, 2021 · 1 revision

Welcome to the workout-counter wiki!

Here, you can find detailed information about the project and how it was created.

High level ideas:

  • detect optical flow (LK or GF) and find repetitions in directed vector flow using the running average
  • detect body parts using MoveNet
    • classify the movement by exercise (create a neural net)
    • find repetitive movement (savitsky-golay + filter on topographic prominence)
    • count the repetitions
Clone this wiki locally