YOLOX
YOLOX copied to clipboard
how to show the Recall curve after training, it seem that no about it in source code?
Evaluator supports logging recall value now, you could use Tensorboard to log it.
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: @.***>
im so sry... Could you be more specific, please? Still a little confused about how it works...
请问您的问题解决了吗?具体怎么加上代码获取数据的?
@improgress You could get AP/AR like code here
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: @.***>
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.
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: @.***>
支持 VOC 的 AR。 How to record it with tensorboard
Evaluator现在支持记录召回值,您可以使用Tensorboard来记录它。
How to record it with tensorboard