This commit is contained in:
Joseph Redmon
2015-09-21 17:30:32 -07:00
parent c53e03348c
commit fed6d6e31d
11 changed files with 131 additions and 104 deletions

View File

@ -60,6 +60,11 @@ typedef struct {
float beta;
float kappa;
float coord_scale;
float object_scale;
float noobject_scale;
float class_scale;
int dontload;
float probability;