updates and things

This commit is contained in:
Joseph Redmon
2016-09-01 16:48:41 -07:00
parent aebe937710
commit 8f1b4e0962
45 changed files with 44944 additions and 2747 deletions

View File

@ -72,6 +72,7 @@ struct layer{
float saturation;
float exposure;
float shift;
float ratio;
int softmax;
int classes;
int coords;
@ -82,6 +83,7 @@ struct layer{
int joint;
int noadjust;
int reorg;
int log;
float alpha;
float beta;