victorca25 / traiNNer

traiNNer: Deep learning framework for image and video super-resolution, restoration and image-to-image translation, for training and testing.
Apache License 2.0
293 stars 39 forks source link

Add Deep Video Deinterlacing Train & Test code #25

Closed joeyballentine closed 3 years ago

joeyballentine commented 3 years ago

Added a custom PyTorch implementation of this paper: https://arxiv.org/pdf/1708.00187.pdf

Original TF code: https://github.com/HENDRIX-ZT2/Deep-Video-Deinterlacing

joeyballentine commented 3 years ago

Ok I have now fixed everything that had an issue. I do think we need to investigate why the padding is necessary though.

victorca25 commented 3 years ago

Add Deep Video Deinterlacing, still need to add reference paper in WIP in the Readme