yolov5-face icon indicating copy to clipboard operation
yolov5-face copied to clipboard

BUG about train

Open Naughty-Galileo opened this issue 2 years ago • 0 comments

The training results on tensorboard is error.

tags = ['train/box_loss', 'train/obj_loss', 'train/cls_loss', 'train/landmark_loss'   # landmark_loss
                    'metrics/precision', 'metrics/recall', 'metrics/mAP_0.5', 'metrics/mAP_0.5:0.95',
                    'val/box_loss', 'val/obj_loss', 'val/cls_loss',  # val loss
                    'x/lr0', 'x/lr1', 'x/lr2']  # params

You need to add landmark_loss.

Naughty-Galileo avatar Apr 19 '22 08:04 Naughty-Galileo