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

error about plot_yolo_log.py #18

Open yy18dlz opened 6 years ago

yy18dlz commented 6 years ago

@Jumabek Hi i have something about the plot_yolo_log.py zxh@k40-2:~/darknet/darknet_scripts$ python plot_yolo_log.py /home/zxh/darknet/log/tiny-yolo-voc-train.log Traceback (most recent call last): File "plot_yolo_log.py", line 46, in main(sys.argv) File "plot_yolo_log.py", line 33, in main loss.append(float(args[2])) ValueError: could not convert string to float: weights

XingyuJinTI commented 6 years ago

I got the same problem when I ran the draw_precision_recall_curve.py

Jumabek commented 6 years ago

Hi @zxh666 , I think you train.log file is in a different format. Could you post the contents of it?