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

About the temproal convNet training Data. #14

Open
kresle opened this issue Aug 30, 2017 · 0 comments
Open

About the temproal convNet training Data. #14

kresle opened this issue Aug 30, 2017 · 0 comments

Comments

@kresle
Copy link

kresle commented Aug 30, 2017

In my understanding after reading your codes, optical flows are calculated for the videos in 'trainVidID.txt' and 'testVidID.txt'. And for each video, optical flows are divided into blocks of 50 frames. And for each block, 10 frames are used as training data. And the last few frames that can't form a block are discarded.

So it means that at most 1/5 of the optical flow will be used for training. Will this be a waste of data?

Also, the optical flows are sequences. op[i:i+10] and op[i+1:i+11] could both be used as training data, right? Why didn't you take the latter into the training data?

And there's no data augmentation, right?

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

No branches or pull requests

1 participant