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

Add EDVR #35

Merged
merged 4 commits into from
Jan 26, 2021
Merged

Add EDVR #35

merged 4 commits into from
Jan 26, 2021

Conversation

joeyballentine
Copy link
Contributor

@joeyballentine joeyballentine commented Jan 26, 2021

Add EDVR using TorchVision's Deformable Convolution implementation. Backward compatible with existing EDVR models, but those must be converted to get the actual state dict information out of the 'params' key.

Extra additions:

  • Allow any scale (fully backward compatible)
  • Add upsample-block type (pixelshuffle vs upconv)
  • optional RRDB layers

Note: This requires torch==1.8.0 and torchvision==0.9.0 (currently prerelease/nightly), may be best to wait until fully updated to merge, but could still be merged with this in mind.

@victorca25 victorca25 merged commit 7b1443a into victorca25:master Jan 26, 2021
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

Successfully merging this pull request may close these issues.

2 participants