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

"step" parameter to load frames has no effect #60

Open
eldar opened this issue Feb 21, 2019 · 0 comments
Open

"step" parameter to load frames has no effect #60

eldar opened this issue Feb 21, 2019 · 0 comments

Comments

@eldar
Copy link

eldar commented Feb 21, 2019

I am looking at the data loading function and in particular at its step parameter:

https://github.com/simonmeister/UnFlow/blob/master/src/e2eflow/core/input.py#L164-L165

It appears though, that regardless of the choice of the step, only consecutive frames are used, because frames are indexed by i and i+1. I would assume the indexing to be i and i+step. Is this a bug or I misunderstand the intention behind this parameter?

@eldar eldar changed the title "step" parameter to load images has no effect "step" parameter to load frames has no effect Feb 21, 2019
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