pyiqa v0.1.8
📢 Fix Bugs
- Fix lower_better for FID be5d8c7
- Change
mad
optiontest_y_channel
to be false by default cf84ffb - Set read rgb to
true
in inference model to force read RGB image ad93cd4
✨ New features
- Add
topiq_fr
,topiq_nr
,topiq_nr-face
,topiq_iaa
etc. introduced by our paper TOPIQ - Add
st-lpips
by @abhijay9 in #93. Many thanks ❤️ ! - Add
laion_aes
introduced by LAION-Aesthetics_Predictor - Add datasets PIQ2023, GFIQA f46faae
🛠️ Improvements
- Add documents: https://iqa-pytorch.readthedocs.io
- Update to torchvision>=0.13, torch>=1.12
- Improve dataset api 6fbae36
- Meta information files for training can be download automatically now.
- Update evaluation protocol and results 2770a7e
- Update results of
maniqa
7ee5ea6 - Add assertion for
brisque
to force gray input 4e2c707
New Contributors
Full Changelog: v0.1.7...v0.1.8