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

Regarding Optical Flow #27

Open
jayanth1997 opened this issue May 28, 2020 · 1 comment
Open

Regarding Optical Flow #27

jayanth1997 opened this issue May 28, 2020 · 1 comment

Comments

@jayanth1997
Copy link

Hello, thank you for sharing the code. I wanted to know when you calculate optical flow you calculate using two consecutive frames as input. My doubt is if you have 300 frames of RGB images in total, there would be 299 optical flow images. So when you pass the input to the model do you ignore the first RGB frame pr the last RGB frame since we give a concatenated input of RGB and optical flow image(as the number of OF images would be one number less than RGB images). I would be so grateful if you could clarify this. Thank you once again.

@affromero
Copy link
Collaborator

Hello, I am sorry for the late reply. Exactly, you are right, either the first frame or the last frame can be ignored, or in order to not to lose any information, we can also duplicate the first computer OF for that frame. I think we chose the latter option.

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

2 participants