You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed in the data_util. This method only selects the even line of the original data into the training data and test data. I don't quite understand that. I was thought to directly select all the lines. Besides, in the data n /time d in txt file, is n means there are n frames?
even_list = range(0, n, 2)
The text was updated successfully, but these errors were encountered:
Yes, this downsamples from 50Hz to 25Hz. It is also in line with the previous work of Jain et al. CVPR 16 -- we took the data from them and most of the preprocessing code as well.
Yes, this downsamples from 50Hz to 25Hz. It is also in line with the previous work of Jain et al. CVPR 16 -- we took the data from them and most of the preprocessing code as well.
I noticed in the data_util. This method only selects the even line of the original data into the training data and test data. I don't quite understand that. I was thought to directly select all the lines. Besides, in the data n /time d in txt file, is n means there are n frames?
The text was updated successfully, but these errors were encountered: