Skip to content

PIQA v1.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@francois-rozet francois-rozet released this 16 Jan 15:21
· 69 commits to master since this release

📦 Package

  • The package is renamed to PyTorch Image Quality Assessment (PIQA)
  • PIQA is deployed on PyPi

✨ Metrics

  • GMSD Gradient Magnitude Similarity Deviation (8c1e1dc)
  • MDSI Mean Deviation Similarity Index (e79b340)

⚡️ Improvements

  • Use cascading named arguments (**kwargs) to simplify function signatures (3d1fd4c)
  • Replace duplicated reduction if elif else statement by a function (c9719b2)
  • ...

📝 Documentation

  • Update code style to be compliant with the Google Python Style
  • Update docstrings for consistency with PyTorch docs