mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
small_object can be used in [net] in cfg-file for objects 1x1 pix on FullHD image
This commit is contained in:
@ -78,7 +78,6 @@ struct layer{
|
||||
int out_h, out_w, out_c;
|
||||
int n;
|
||||
int max_boxes;
|
||||
int small_object;
|
||||
int groups;
|
||||
int size;
|
||||
int side;
|
||||
|
Reference in New Issue
Block a user