sacdallago / dataminer

Apache License 2.0
1 stars 0 forks source link

Check for duplicates in training_set #5

Closed sacdallago closed 8 years ago

sacdallago commented 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

sacdallago commented 8 years ago

Done