DecodingRaphael / unraphael

Python toolkit for unraveling image similarity with a focus on artistic practice
https://unraphael.readthedocs.io
Apache License 2.0
2 stars 1 forks source link

Fix Fourier mellon crash #64

Closed stefsmeets closed 2 months ago

stefsmeets commented 2 months ago

This PR fixes a crash with the Fourier Mellon method. It crashed, because the function expected filenames instead of numpy arrays. I also updated the alignment methods so they share the same argument names (better consistency).

Adresses #57