@@ -249,43 +249,75 @@ Figure below shows a few examples of samples from the dataset, with correspondin
More informationa about the dataset as well as the scores description can be found on the contest [website](https://warwick.ac.uk/fac/sci/dcs/research/tia/glascontest/).
Apart from all output information printed out in the console, you can also check correctness of the experiment by checking the output files. Below we will
list all produced files as well as their examples. Please notice that all output files from this reproducibility package are corresponing to figures and tables from the paper.
*Table 1. Classification (F1 Score) and segmentation (Dice Index) scores using three different post-processing methods. Scores are represented by mean value from five training
followed by the standard error of the mean. *
Table 1 is represented by three separate tables, describing each post-processing methods separately.



*Table 2. Comparison of the Mask R-CNN and the SA-FCN models’ performance in terms of classification (F1 Score) and segmentation (Dice Index). Scores are represented by mean
value from five training followed by the standard error of the mean.*
Table 2 is represented by two separate tables, describing each model scores separately.


*Fig. 4. Visualisation of three post-processing methods on the example of one sample. Images headers describe postprocessing actions applied on sample.*

*Fig. 5. Visualisation of the contour prediction of the sample, presenting the misalignment problem. The bottom right image show superposed ground truth and prediction
labelling. Yellow colour indicates ground truth pixels not overlapping with prediction, orange indicates prediction pixels not overlapping with the ground truth and
black colour is used to mark properly predicted pixels.*

*Fig. 6. Visualisation of the same sample prediction before and after post-processing for the Mask R-CNN and SA-FCN models.*

<!--
## Step by Step Detection Mask R-CNN
In this section we will provide a few tips how to run each part of the experiment separately. We will also provide examples of outputs.