-
Notifications
You must be signed in to change notification settings - Fork 5
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
Speed up feature extraction #40
Comments
When I do this process, i use the gpu,why it is still very slow and only one cpu core run? |
In the feature generation step the https://gist.github.com/Reasat/76b53d6be24bceff4525e7ab92ca9ffd Corresponding XML file |
@Reasat Thank you for the updates. We are working on a new version of the pipeline, so I'll see it again after the updates. |
@Reasat thanks for looking at this. We acknowledge that the pipeline needs to be improved. We are working to introduce improvements that will speedup the 3 intensive processes - superpixel segmentation, boundary tracing, and feature extraction. We are done with the segmentation and tracing and should be done with the extraction portion soon. These improvements will allow feature extraction on multi-GPU systems. |
Investigate how to speedup feature extraction pipelines. Examine GPU starvation and optimizing the reading and pre-processing of patches from WSI files.
The text was updated successfully, but these errors were encountered: