Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 646 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 646 Bytes

Super Resolution using perceptual loss

The aim is to test using perceptual loss for a Super Resolution model

The Network

The Results

Pics can be seen in the Jupyter notebook

Overall the results are pretty good for such a small amount of data and training. Also optimization of the model (loss function mostly) should improve the results if trained on full imagenet set etc

Next steps to try

  • Using Imagenet training set
  • Using Resnet50 as the basic model for feature extraction