Precision Recall Curve #1994
-
Hello I would like to ask the on what dataset does Precision Recall Curve get generated in the result folder? (train, valid and/or test) |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 17 replies
-
@IssaIssa1 precision recall curve is generated from validation set after training completes. |
Beta Was this translation helpful? Give feedback.
-
how do I analyse the result.png file after training |
Beta Was this translation helpful? Give feedback.
-
Dear Sir,
What is the difference between ***@***.******@***.***:.95? Which shall be considered
for model evaluation?
Regards
Kashish Goyal
…On Tue, Sep 14, 2021 at 6:11 PM Glenn Jocher ***@***.***> wrote:
@alevangel <https://github.com/alevangel> @saribolagh
<https://github.com/saribolagh> val.py can run on the test set with
--task test (default is --task val):
python val.py --data DATA.yaml --task test
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1994 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVHEQRM6D4F4OQY2O2LWIT3UB47FXANCNFSM4WKSGMBA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Which shall we consider for our model evaluation as map value??
Regards
Kashish Goyal
…On Thu, 14 Oct, 2021, 1:33 pm Glenn Jocher, ***@***.***> wrote:
@kashishgoyal31 <https://github.com/kashishgoyal31> they're both
variously considered by different competitions, i.e. VOC uses ***@***.***,
COCO uses @0.5:0.95.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1994 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVHEQRL7VYVGAYDD2IKGLXDUG2FDJANCNFSM4WKSGMBA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
thanks
…------------------ 原始邮件 ------------------
发件人: "ultralytics/yolov5" ***@***.***>;
发送时间: 2022年5月18日(星期三) 晚上9:42
***@***.***>;
***@***.******@***.***>;
主题: Re: [ultralytics/yolov5] Precision Recall Curve (Discussion #1994)
@b0gfasdfg correlogram simply displays relationships among label dimensions xywh.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi @glenn-jocher, I want to manually plot the P-R and F1-Confidence curves for comparative analysis of various models. How can I do that from the information in results.csv? |
Beta Was this translation helpful? Give feedback.
@IssaIssa1 precision recall curve is generated from validation set after training completes.