PIQA v1.0.0
Pre-release
Pre-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