Closed Reasat closed 3 years ago
@Reasat In order to avoid a huge amount of memory consumption, we provide a command-line tool with some parameters. For this, I just updated a python script "generate_mask_cmd.py" here, so you download and use it for generating the entire mask. You can also generate a mask (ROI) using the "Mask Image Inference" for the prediction. FYI, here's a rough instruction for you to use the code.
How can I extract predictions for all of the superpixels from the classifier?
In the example BRCA dataset, after I finish the active learning part and hit finalize, I navigate to the reports tab.
Slide summary inference
gives the number of positive and negative superpixels. The .h5 file from theDownload classifier
section only contains superpixel information that I have manually annotated but does not contain info about the predictions.But I don't see the
predict slides
portion as reported in the docs https://histomicsml2.readthedocs.io/en/latest/reports.html Also, the Command-line tools part of the doc is not very clear. It says to executedocker run
to create results for superpixel inference. Shouldn't there be another argument after docker run? And how do I proceed to make this work for the example BRCA dataset?