Skip to content

pyiqa v0.1.7

Compare
Choose a tag to compare
@chaofengc chaofengc released this 23 Jun 12:35
· 245 commits to main since this release

📢 Important Changes & Bug Fix

  1. Fix verbose option in FID 49b2297
  2. Fix grad backpropagation for as_loss=True e027618
  3. Fix niqe with gray scale input 212ecef

✨ New features

  1. Add metric uranker b142d1c
  2. Add metric maniqa-koniq, maniqa-kadid fe95923
  3. Add metric clipscore for image-caption matching ecb3e5e
  4. Add metric entropy to calculate gray scale image entropy like matlab 5f6d4fb
  5. Add pytest cases for results calibration, datasets loading and gradient backward. bc5e135

🛠️ Improvements

  1. Recursively find images in folder for FID calculation d7ade54
  2. Add metric output doc in model cards