Skip to content

pyiqa v0.1.3 beta version

Compare
Choose a tag to compare
@chaofengc chaofengc released this 01 May 10:35
· 354 commits to main since this release

New features

  1. Add RMSE metric
  2. Add scale fitting option for calculation of PLCC and RMSE

Fix bugs

  1. Fix NIQE error when calculating images with large (>96 x 96) plain regions (regions with constant value). See #23
  2. Correct batch inference error for pieapp
  3. Fix compatibility of "torch.linalg.svd" for pytorch 1.9 #25

Improvements

  1. Improve function interface to match original matlab codes, including nanmean, nancov, blockproc, fspecial.
  2. Improve efficiency of symmetric padding, according to this link
  3. For pieapp, we change default stride to 27 for computation-performance trade off.