IQA-PyTorch v0.1.4
New features
- Add new metrics: FID, MANIQA
- Enable image path as inputs. See demo codes in README
- Add
as_loss
option to enable gradient backpropagation for metric. DefaultFalse
.
Fix bugs
- Fix rmse error
- Fix benchmark test with PieAPP
Improvements
- Disable gradient calculation by default for convenience.
- Add
filter2
function to matlab utils - Add
reduction
option to EMDLoss - Add
crop_border
option to PSNR, SSIM