Skip to content

pyiqa v0.1.11

Compare
Choose a tag to compare
@chaofengc chaofengc released this 30 Apr 09:14
· 63 commits to main since this release

πŸ“’ Fix Bugs

  1. πŸ› fix topiq_nr-face multiple inference error
  2. πŸ“ update distributed train

✨ New features

You can now use pyiqa in terminal like this:

# list all available metrics
pyiqa -ls

# test with default settings
pyiqa [metric_name(s)] --target [image_path or dir] --ref [image_path or dir]
  1. ✨ add wadiqam pretrained models
  2. ✨ add qalign
  3. πŸ”¨ add scandir_images func
  4. 🚩 add inception_score
  5. 🚩 add console entry point with pyiqa command

πŸ› οΈ Improvements

  1. add star-history
  2. πŸ”§ set seed for every forward in test mode

🍻 New Contributors

Many thanks to the valuable contributions πŸ€— !

Full Changelog: v0.1.10...v0.1.11