mirror of
https://gitee.com/nanjing-yimao-information/ieemoo-ai-gift.git
synced 2025-08-23 23:50:25 +00:00
增加测试维度
This commit is contained in:
@ -110,7 +110,7 @@ class ShowPR:
|
||||
def get_pic(self):
|
||||
for ratio in self.ratios:
|
||||
# ratio = 0.5
|
||||
if ratio < 0.2 or ratio > 0.95:
|
||||
if ratio < 0.1 or ratio > 0.95:
|
||||
continue
|
||||
recall, recall_TN, PrecisePos, PreciseNeg = self.calculate_multiple(ratio)
|
||||
self.show_pr(recall, recall_TN, PrecisePos, PreciseNeg, ratio)
|
||||
|
Reference in New Issue
Block a user