lots of comparator stuff

This commit is contained in:
Joseph Redmon
2015-10-09 12:50:43 -07:00
parent 40cc104639
commit c40cdeb402
18 changed files with 258 additions and 65 deletions

View File

@ -29,6 +29,9 @@ typedef struct {
COST_TYPE cost_type;
int batch;
int forced;
int object_logistic;
int class_logistic;
int coord_logistic;
int inputs;
int outputs;
int truths;
@ -45,6 +48,7 @@ typedef struct {
int sqrt;
int flip;
float angle;
float jitter;
float saturation;
float exposure;
int softmax;