You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In line 26, if (ssim > 0.987): checking for too low a SSIM value leaves way too many duplicates, and too high deletes quite a few unique images with very slight differences. I've found 0.978 to be an OK middle ground, but it's still not perfect.
In line 26,
if (ssim > 0.987):checking for too low a SSIM value leaves way too many duplicates, and too high deletes quite a few unique images with very slight differences. I've found 0.978 to be an OK middle ground, but it's still not perfect.