AkshDesai04 / PyCompare

This Python project aims to efficiently compare large datasets of images to identify duplicates
MIT License
1 stars 3 forks source link

Proxy creation #19

Open AkshDesai04 opened 4 months ago

AkshDesai04 commented 4 months ago

Proxy size: 1% of the original image. If 2 proxies are the same, then load the original pics again and compare the original images. All proxies stay in memory for instant access.