The mask of the patch classification inference result cannot cover the exact position. Is there a problem with PatchGenerator or PatchStitcher? #223
-
|
Hello! I tried running the example code given on https://fast.eriksmistad.no/neuralNetworkWSIClassification_8cpp-example.html, and I found that when displaying the inference mask for the patch, the mask is not correctly placed on the corresponding patch. Could this be an issue with PatchGenerator or PatchStitcher? Both the code and the test data are the ones provided in the GitHub repository. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Thanks for reporting, I am able to reproduce the error and I will investigate it. |
Beta Was this translation helpful? Give feedback.
-
|
There seems to be a bug with TissueSegmentation which was updated in version 4.10. auto tissueSegmentation = TissueSegmentation::create(true)->connect(importer); |
Beta Was this translation helpful? Give feedback.

There seems to be a bug with TissueSegmentation which was updated in version 4.10.
You can set the first argument in TissueSegmentation::create to true to use the old tissue segmentation method, while we try to fix the error: