Skip to content

pyiqa v0.1.8

Compare
Choose a tag to compare
@chaofengc chaofengc released this 09 Oct 06:57
· 152 commits to main since this release

📢 Fix Bugs

  1. Fix lower_better for FID be5d8c7
  2. Change mad option test_y_channel to be false by default cf84ffb
  3. Set read rgb to true in inference model to force read RGB image ad93cd4

✨ New features

  1. Add topiq_fr, topiq_nr, topiq_nr-face, topiq_iaa etc. introduced by our paper TOPIQ
  2. Add st-lpips by @abhijay9 in #93. Many thanks ❤️ !
  3. Add laion_aes introduced by LAION-Aesthetics_Predictor
  4. Add datasets PIQ2023, GFIQA f46faae

🛠️ Improvements

  1. Add documents: https://iqa-pytorch.readthedocs.io
  2. Update to torchvision>=0.13, torch>=1.12
  3. Improve dataset api 6fbae36
  4. Meta information files for training can be download automatically now.
  5. Update evaluation protocol and results 2770a7e
  6. Update results of maniqa 7ee5ea6
  7. Add assertion for brisque to force gray input 4e2c707

New Contributors

Full Changelog: v0.1.7...v0.1.8