Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Optimize ImagesToCoordinates with Parallel #871

Open
JulioAPeraza opened this issue Feb 1, 2024 · 0 comments
Open

Optimize ImagesToCoordinates with Parallel #871

JulioAPeraza opened this issue Feb 1, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@JulioAPeraza
Copy link
Collaborator

Summary

Parallelize the for loop:

for _, row in images_df.iterrows():

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.

Next steps

@JulioAPeraza JulioAPeraza added the enhancement New feature or request label Feb 1, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant