RyanWri / MaxSR

implementation of MaxSR paper, vision transformer for image super resolution
1 stars 0 forks source link

Define Model Evaluation #3

Open RyanWri opened 3 weeks ago

RyanWri commented 3 weeks ago

Please review the paper again and understand what they evaluate and why? Metrics like PSNR/SSIM etc'

DinKosberg commented 2 weeks ago

Data Pre Processing

  1. Convert Dataset From HR --> LR Using Bicubic interpolation.
    • Rotation - 90/180/270 deg
    • Flip Image
  2. Model Evaluation
    • Performance Indicators - PSNR , SSIM
    • Explanation for each indicator.
RyanWri commented 4 days ago

@DinKosberg @MatanOz where is your pull request with the PSNR/SSIM and MAE evaluation? please open a pr with relevant code.