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
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?
The text was updated successfully, but these errors were encountered:
eldar
changed the title
"step" parameter to load images has no effect
"step" parameter to load frames has no effect
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 byi
andi+1
. I would assume the indexing to bei
andi+step
. Is this a bug or I misunderstand the intention behind this parameter?The text was updated successfully, but these errors were encountered: