Jumabek / darknet_scripts

Auxilary scripts to work with (YOLO) darknet deep learning famework. AKA -> How to generate YOLO anchors?
223 stars 96 forks source link

Draw precision and recall curve #19

Open XingyuJinTI opened 6 years ago

XingyuJinTI commented 6 years ago

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.

Jumabek commented 6 years ago

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.

TongYoungG commented 6 years ago

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)?