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:
@ -88,7 +88,7 @@ void train_detector(char *datacfg, char *cfgfile, char *weightfile, int *gpus, i
|
||||
args.classes = classes;
|
||||
args.jitter = jitter;
|
||||
args.num_boxes = l.max_boxes;
|
||||
args.small_object = l.small_object;
|
||||
args.small_object = net.small_object;
|
||||
args.d = &buffer;
|
||||
args.type = DETECTION_DATA;
|
||||
args.threads = 64; // 8
|
||||
|
Reference in New Issue
Block a user