user-profile

How to check similarity of two images that have different pixelization

How to check similarity of two images that have different pixelization Question: I am running a python code to check similarity of Quora and Twitter users profiles photos, but i am not getting a positive result when images are the same. This is the code for comparing the two images : path_photo_quora= “/home/yousuf/Desktop/quora_photo.jpg” path_photo_twitter=”/home/yousuf/Desktop/twitter_photo.jpeg” if …

Total answers: 3