Added delta_yolo_box_accumulate(). Added iou_thresh=0.213 parameter to [yolo] layer IoU(anchor,truth).

This commit is contained in:
AlexeyAB
2019-11-15 01:14:55 +03:00
parent ee370e765d
commit e7e85b358c
3 changed files with 100 additions and 2 deletions

View File

@ -280,6 +280,7 @@ struct layer {
int random;
float ignore_thresh;
float truth_thresh;
float iou_thresh;
float thresh;
float focus;
int classfix;