IOU loss function

This commit is contained in:
Joseph Redmon
2015-04-24 10:27:50 -07:00
parent feabcc31de
commit 989ab8c38a
8 changed files with 272 additions and 62 deletions

View File

@ -11,6 +11,8 @@ typedef struct {
int background;
int rescore;
int nuisance;
int does_cost;
float *cost;
float *output;
float *delta;
#ifdef GPU