We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When 'backward' propagation is applied, flow_idx was forgotten to be reversed as well here:
flow_idx
https://github.com/MCG-NKU/E2FGVI/blob/master/model/modules/feat_prop.py#L101
Code was copied inaccurate from BasicVSR++, please refer to: https://github.com/ckkelvinchan/BasicVSR_PlusPlus/blob/master/mmedit/models/backbones/sr_backbones/basicvsr_pp.py#L180
The text was updated successfully, but these errors were encountered:
Thank you for pointing out this. 👍 For reproducibility, we decided to keep the original code.
Sorry, something went wrong.
No branches or pull requests
When 'backward' propagation is applied,
flow_idx
was forgotten to be reversed as well here:https://github.com/MCG-NKU/E2FGVI/blob/master/model/modules/feat_prop.py#L101
Code was copied inaccurate from BasicVSR++, please refer to:
https://github.com/ckkelvinchan/BasicVSR_PlusPlus/blob/master/mmedit/models/backbones/sr_backbones/basicvsr_pp.py#L180
The text was updated successfully, but these errors were encountered: