Optimize ImagesToCoordinates with `Parallel`
JulioAPeraza opened this issue · 0 comments
JulioAPeraza commented
Summary
Parallelize the for loop:
Line 370 in edbbe19
Additional details
For large datasets like Neurovault, ImagesToCoordinates takes a lot of time to estimate the coordinates for all the images. It will be nice to run this process in parallel.