Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Multiprocessing option for generator #5

Open
ap-buf opened this issue Aug 27, 2024 · 0 comments
Open

Multiprocessing option for generator #5

ap-buf opened this issue Aug 27, 2024 · 0 comments

Comments

@ap-buf
Copy link

ap-buf commented Aug 27, 2024

I was at one point using the Simple Generic Generator similar to this example: https://github.com/Kitware/nrtk/blob/main/examples/simple_generic_generator.ipynb
to generate some metrics

However, there was a main issue that led me away

  1. Because the generator obscures the predict function inside of the detector, I could not use multiprocessing and for use in a web app, the speed is not sufficient without multiprocessing. Perhaps a multi-processing option could be added to the generator.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant