-
Prerequisite
💬 Describe the reimplementation questions请问怎么让recall的检测结果的阈值设置为0.5(默认0.50:0.95)?precision默认是既有0.5,也有0.5:0.95,要怎么让recall像precision这样? Environment请问怎么让recall的检测结果的阈值设置为0.5(默认0.50:0.95)?precision默认是既有0.5,也有0.5:0.95,要怎么让recall像precision这样? Expected resultsNo response Additional informationNo response |
Beta Was this translation helpful? Give feedback.
Answered by
taofuyu
Oct 10, 2022
Replies: 2 comments
-
We recommend using English or English & Chinese for issues so that we could have broader discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
-
evaluation = dict(interval=1, metric='bbox', classwise=True, metric_items=['mAP_50', 'AR@100'], iou_thrs=[0.5]) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ZwwWayne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
evaluation = dict(interval=1, metric='bbox', classwise=True, metric_items=['mAP_50', 'AR@100'], iou_thrs=[0.5])