I'm having hard time locating the quality control results of the test dataset after training an instance segmentation model. The results are nicely visualized, but the quality control metrics, such as IuO and number of TP/FP etc is not printed. Would it be possible to implement something like what the StarDist_2D_ZeroCostDL4Mic-notebook does?
You get a nice printout of the quality control metrics for each image in the test dataset, which helps to quickly assess the model proformance and if it should be further trained. It also saves as a csv file for later reporting.
If BiaPy also saves the QC metrics somewhere and I just cannot find them, could you please point me to the right direction, thanks :)
