mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Added groups= and groupd_id= params to the [route] layer
This commit is contained in:
@ -206,6 +206,7 @@ struct layer {
|
||||
int n;
|
||||
int max_boxes;
|
||||
int groups;
|
||||
int group_id;
|
||||
int size;
|
||||
int side;
|
||||
int stride;
|
||||
|
Reference in New Issue
Block a user