Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why only use the even line of data in data_util #45

Open
LittleFlyFish opened this issue Oct 27, 2018 · 4 comments
Open

Why only use the even line of data in data_util #45

LittleFlyFish opened this issue Oct 27, 2018 · 4 comments
Labels

Comments

@LittleFlyFish
Copy link

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)
@LittleFlyFish
Copy link
Author

Is that means down sample the original data ? such as changes 50 Hz into 25Hz ? @una-dinosauria

@una-dinosauria
Copy link
Owner

Hi,

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.

Cheers,

@LittleFlyFish
Copy link
Author

Hi,

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.

Cheers,

Thank you very much ! It is very helpful !

@Ammola
Copy link

Ammola commented Apr 2, 2019

Hi @una-dinosauria
Why do you think the data is downsampled?
Is it to conserve memory?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants