/SRN-DeblurNet

SRN-DeblurNet pytorch replicate , pretrained model provided

Primary LanguagePythonMIT LicenseMIT

SRN-DeblurNet

  • For training,I strictly follow all configuration of the original paper.
  • To test PSNR, I split test set of GOPRO datset into two half, one for validation and the other for test, and get 29.58db PSNR (30.26db reported in the original paper).
  • A pretrained model is provided. It is trained on GOPRO's blurry images without gamma correction.GOPRO dataset
  • I tryied to ultize this model to augment real world face images, but found it doesn't generalize well.
  • Any discussion or correction is welcomed.

Reference