mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
IOU loss function
This commit is contained in:
@ -11,6 +11,8 @@ typedef struct {
|
||||
int background;
|
||||
int rescore;
|
||||
int nuisance;
|
||||
int does_cost;
|
||||
float *cost;
|
||||
float *output;
|
||||
float *delta;
|
||||
#ifdef GPU
|
||||
|
Reference in New Issue
Block a user