qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.44k forks source link

how to get the acc of every epoch while training? #701

Open lx-onism opened 4 years ago

lx-onism commented 4 years ago

please! I recently met a bug with yolov3,when I trained a model after data augmetation. the performance of model is far lower than the one without augmention. but the loss is no problem. so I want to know if the acc is rising after each epoch. thanks very much!!!