Changed cmd and sh files. Added new cfg files for old Yolo v2.

This commit is contained in:
AlexeyAB
2018-03-28 23:23:37 +03:00
parent d014f7530f
commit b659d93a4a
30 changed files with 1618 additions and 35 deletions

View File

@ -135,6 +135,7 @@ struct layer{
float coord_scale;
float object_scale;
float noobject_scale;
float mask_scale;
float class_scale;
int bias_match;
int random;