Closed sacdallago closed 8 years ago
Create a python script to remove duplicate images from a data-set.
This can be achieved by actually comparing the real images via SAD/SSD/NCC or by hashing the downsampled images and look for images with the same hash
Done
Create a python script to remove duplicate images from a data-set.
This can be achieved by actually comparing the real images via SAD/SSD/NCC or by hashing the downsampled images and look for images with the same hash