darknet_scripts icon indicating copy to clipboard operation
darknet_scripts copied to clipboard

Draw precision and recall curve

Open XingyuJinTI opened this issue 6 years ago • 2 comments

Could you probably tell me how to use it? Is the input of this scripts the log file? But I failed to use log file as the input.

XingyuJinTI avatar Mar 29 '18 18:03 XingyuJinTI

HI @GimSungwoo , You should save precision recalls in a text file with the following format:

iteration precision recall
iteration precision racall
...

Then the script will draw a curve for that file.

Jumabek avatar Apr 01 '18 09:04 Jumabek

sorry to disturb you. I want to know when should I save the the precision recalls? In the training phase or in running the function void validate_detector_recall(char *cfgfile, char *weightfile)?

TongYoungG avatar Jul 16 '18 03:07 TongYoungG