-
Notifications
You must be signed in to change notification settings - Fork 117
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
Tissue Detection Tutorial Broken? #1018
Comments
Hello Hannah, the example could admittedly be better. This cell is using the girder client to get a thumbnail image from a server that is hosting whole-slide images. It is not a necessary step - you can bypass this and provide thumbnail images by other means like using tifftools, large_image, or openslide.
|
Thanks for the quick response--I ended up using histolab as it was more intuitive and quicker to get up and running. I may still try to work with histomicstk for things like Reinhard stain normalization as histolab hasn't made that available in their most recent conda installation. Still, I talked to some colleagues with more image analysis experience and confusion around girder is what barred them from using histomicstk. Hoping I can bypass it like you suggested. |
Hannah - Girder and DSA is intended as an enterprise data management solution for large digital pathology datasets. The only connection to HistomicsTK is that you can use Girder as a source for reading remote data (as this example illustrates poorly). There is also a container that deploys HistomicsTK algorithms through the platform user interface. HistomicsTK is a stand-alone python library that can use any method of loading images that you like. You can use it completely independent from Girder if you are working with local data or another hosting solution. These things need to be illustrated better. It's difficult to get students to do it, and the people who have the requisite knowledge never seem to have the time. |
New histomicstk user here. Trying to add histomicstk modules to an existing image analysis pipeline and running into a dead end in a digital slide archive tutorial. Any solutions/advice would be much appreciated.
Use case:
I want to perform tissue extraction on my own images. The only tutorial I've found is here, but either it's broken or not clear enough for new users.
Background:
I'm on a linux based cluster using a GPU partition.
I am using jupyter.
I have a working installation of histomicstk.
I have installed girder-jupyter.
I have a kitware account for use of a public girder instance.
Reproducing the error:
If I run through the tutorial verbatim, it pends for a few minutes and then fails at this line with a time out error.
_ = gc.authenticate(apiKey='kri19nTIGOkWH01TbzRqfohaaDWb6kPecRqGmemb')
If I try to get through by using the public API access info by replacing these three lines:
with these ones:
then I'm unable to use the tutorial as the images can't be accessed at that url (it throws an HttpError).
The Two Error Messages in full:
Second error message starts here:
The text was updated successfully, but these errors were encountered: