themathgeek13 / STdeblur

Spatiotemporal deblurring in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STdeblur

Spatiotemporal deblurring in PyTorch

The architecture has been implemented (with shuffling, 3D convolutions and 1x1 convolutions, as well as with ResNet blocks) in PyTorch. The dataset being used is a modified version of the Deep Deblur dataset (https://github.com/SeungjunNah/DeepDeblur_release), which can be found here: https://github.com/KupynOrest/DeblurGAN.

Currently it uses a batch-size of 1, and SGD with momentum. This can easily be modified.

NOTE: The implementation is complete, however I was unable to get it to work despite following the above paper implementation.

About

Spatiotemporal deblurring in PyTorch


Languages

Language:Python 100.0%