mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Added delta_yolo_box_accumulate(). Added iou_thresh=0.213 parameter to [yolo] layer IoU(anchor,truth).
This commit is contained in:
@ -280,6 +280,7 @@ struct layer {
|
||||
int random;
|
||||
float ignore_thresh;
|
||||
float truth_thresh;
|
||||
float iou_thresh;
|
||||
float thresh;
|
||||
float focus;
|
||||
int classfix;
|
||||
|
Reference in New Issue
Block a user