photosynthesis-team / piq

Measures and metrics for image2image tasks. PyTorch.
Apache License 2.0
1.4k stars 120 forks source link

FFT Usage with Upgraded Pytorch Versions #361

Open denproc opened 1 year ago

denproc commented 1 year ago

Is your feature request related to a problem? Please describe.

Some metrics (FSIM, VSI, SR-SIM) use FFT related operations, which were changed in with torch==1.8.0.

CLIPIQA (#331 #348) requires torchvision>=0.10.1 and torch>=1.9.1, making the code that uses FFT cumbersome.

Describe the solution you'd like