erdogant / undouble

Python package undouble is to detect (near-)identical images.
BSD 3-Clause "New" or "Revised" License
45 stars 0 forks source link

Is there any way to run undouble in GPU? #8

Open marmikp opened 1 year ago

marmikp commented 1 year ago

I need to run undouble library with a huge amount of images, It's good if the code is supported in GPU.

erdogant commented 1 year ago

Thanks. Good suggestion. There are quite some different steps throughout the pipeline. Which parts are slow and would require gpu support? Some parts rely on known packages such as cv2 and skimage, sklearn etc. Maybe some have gpu support (wishfulthinkink) and would only require to set the parameter.