Realtime-Action-Recognition icon indicating copy to clipboard operation
Realtime-Action-Recognition copied to clipboard

Question about your way to measure joint velocities

Open flyingmrwang opened this issue 4 years ago • 1 comments

Hi, I noticed that joint velocities is an important component of your feature to classify. While the input frame rate is not fixed.

I mean, for example, given a set of frames from the same speed of action video of: 10fps and 20fps, you may have totally different velocity from your function (roughly 2:1 in this case).

So, from my understanding, you should better take frame rate as parameter of function to calculate your joint velocities. Correct me if I am wrong.

flyingmrwang avatar Mar 01 '21 07:03 flyingmrwang

Hi, yes you are absolutely right.

For me, my training data and testing data are using the same framerate

felixchenfy avatar Jun 01 '21 04:06 felixchenfy