Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

it's too slow (takes more than a minute to compare 12MP images) #39

Open
magicgoose opened this issue Oct 16, 2017 · 1 comment
Open

Comments

@magicgoose
Copy link

I used the makefile to build it and… it's prohibitively slow.

@Androbin
Copy link

Androbin commented Feb 3, 2018

The computation is currently done single-threaded on CPU.
Since it should be highly parallelizable, I suggest rewriting it to run on GPU.
There are various options available. Ranging from OpenCL or CUDA to TensorFlow.
Alternatively, we could try making it run on multiple CPU cores.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants