We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to do some test with patch mode prediction for Nucleus Instance Segmentation, but I see that is still not implemented?
Here is stated that can be used:
tiatoolbox/tiatoolbox/models/engine/semantic_segmentor.py
Lines 1279 to 1285 in 0002963
But here we assume that could be only 'tile' or 'wsi':
Lines 1347 to 1349 in 0002963
The text was updated successfully, but these errors were encountered:
Engine
We are working on improving the structure of engines in #578
Sorry, something went wrong.
The patch mode should still work as NucleusInstanceSegmentor is inheriting from SemanticSegmentor [doc]
NucleusInstanceSegmentor
SemanticSegmentor
Successfully merging a pull request may close this issue.
What I Did
I would like to do some test with patch mode prediction for Nucleus Instance Segmentation, but I see that is still not implemented?
Here is stated that can be used:
tiatoolbox/tiatoolbox/models/engine/semantic_segmentor.py
Lines 1279 to 1285 in 0002963
But here we assume that could be only 'tile' or 'wsi':
tiatoolbox/tiatoolbox/models/engine/semantic_segmentor.py
Lines 1347 to 1349 in 0002963
The text was updated successfully, but these errors were encountered: