yolo working w/ regions

This commit is contained in:
Joseph Redmon
2015-09-16 14:12:10 -07:00
parent 393dc8eb6f
commit c53e03348c
12 changed files with 160 additions and 178 deletions

View File

@ -30,6 +30,7 @@ typedef struct {
int batch;
int inputs;
int outputs;
int truths;
int h,w,c;
int out_h, out_w, out_c;
int n;
@ -40,10 +41,12 @@ typedef struct {
int pad;
int crop_width;
int crop_height;
int sqrt;
int flip;
float angle;
float saturation;
float exposure;
int softmax;
int classes;
int coords;
int background;