Hello! I’m wondering how to evaluate the results for each forest region individually. Currently, evaluation_stats_FOR.py only returns a single set of evaluation metrics for all the forest plots. Is it possible to use this script to calculate metrics for all the plots within each forest region, as displayed in Table 10 of the paper, or has it been implemented somewhere? Thank you for your help!
Another related question: It seems the returned metrics are primarily oAcc, mAcc, IoU, and mIoU. How can I obtain additional metrics such as F-score, Cov, and the number of detected trees for each forest plot, as shown in Table 6?