YOLOX icon indicating copy to clipboard operation
YOLOX copied to clipboard

how to show the Recall curve after training, it seem that no about it in source code?

Open improgress opened this issue 2 years ago • 10 comments

improgress avatar Mar 07 '22 09:03 improgress

Evaluator supports logging recall value now, you could use Tensorboard to log it.

FateScript avatar Mar 08 '22 03:03 FateScript

thanks a lot,im going to try it!

------------------ 原始邮件 ------------------ 发件人: "Megvii-BaseDetection/YOLOX" @.>; 发送时间: 2022年3月8日(星期二) 中午11:13 @.>; @.@.>; 主题: Re: [Megvii-BaseDetection/YOLOX] how to show the Recall curve after training, it seem that no about it in source code? (Issue #1164)

Evaluator now support log recall value now, you could use Tensorboard to log it.

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.Message ID: @.***>

improgress avatar Mar 08 '22 03:03 improgress

im so sry... Could you be more specific, please? Still a little confused about how it works...

improgress avatar Mar 08 '22 11:03 improgress

请问您的问题解决了吗?具体怎么加上代码获取数据的?

tyj1225 avatar Mar 09 '22 13:03 tyj1225

@improgress You could get AP/AR like code here

FateScript avatar Mar 10 '22 03:03 FateScript

thanks for your reply! But ..just support coco format? My dataset format is Voc ,and I don’t see some information about AR in voc_evaluator.py.  thanks again!

发自我的iPhone

------------------ Original ------------------ From: Feng Wang @.> Date: Thu,Mar 10,2022 11:09 AM To: Megvii-BaseDetection/YOLOX @.> Cc: improgress @.>, Mention @.> Subject: Re: [Megvii-BaseDetection/YOLOX] how to show the Recall curve aftertraining, it seem that no about it in source code? (Issue #1164)

@improgress You could get AP/AR like code here

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.Message ID: @.***>

improgress avatar Mar 10 '22 03:03 improgress

My dataset format is Voc ,and I don’t see some information about AR in voc_evaluator.py.

@improgress AR of VOC is not supported now.

FateScript avatar Mar 10 '22 03:03 FateScript

OK OK I'll try to think of some other means!thanks for your reply!

发自我的iPhone

------------------ Original ------------------ From: Feng Wang @.> Date: Thu,Mar 10,2022 11:28 AM To: Megvii-BaseDetection/YOLOX @.> Cc: improgress @.>, Mention @.> Subject: Re: [Megvii-BaseDetection/YOLOX] how to show the Recall curve aftertraining, it seem that no about it in source code? (Issue #1164)

My dataset format is Voc ,and I don’t see some information about AR in voc_evaluator.py.

@improgress AR of VOC is not supported now.

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.Message ID: @.***>

improgress avatar Mar 10 '22 03:03 improgress

支持 VOC 的 AR。 How to record it with tensorboard

Yifei-Bi avatar Aug 15 '22 17:08 Yifei-Bi

Evaluator现在支持记录召回值,您可以使用Tensorboard来记录它。

How to record it with tensorboard

Yifei-Bi avatar Aug 15 '22 18:08 Yifei-Bi