Open lingHAYAO opened 4 months ago
This is probably an issue with caching. Try deleting the output directory and the .cache
directory.
Even after deleting the output directory and .cache it's still showing the same error
Could you debug with a breakpoint at the following line and print files_a
and files_b
?
Because of the format, it will only work on png images
You are right, the function only works for PNGs. I just pushed a fix that should make it work for all file types. Please make sure that you don't have different images with similar names (like image.png
and image.jpeg
), since this will cause issues with the computation of the reconstructions.
Does this fix your error?
I use run_aeroblade.py to test my own image but it doesn't work.