zzh8829/yolov3-tf2

How to visiualize the value of loss and iou?

Afredxus-java opened this issue · 3 comments

Is there anyone know the codes of plot the loss value and iou? Thanks for any avaiable advice!!!

@Afredxus-java Did you finally find how to do this ?

tensorboard

@Afredxus-java

After training, loss values will be saved in the 'logs' directory. You can use Tensorboard to visualize them.

Run this code in cmd (venv activated):
tensorboard --logdir=logs