mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
slight changes to default demo settings
This commit is contained in:
@ -48,7 +48,7 @@ void *fetch_in_thread(void *ptr)
|
||||
|
||||
void *detect_in_thread(void *ptr)
|
||||
{
|
||||
float nms = .1;
|
||||
float nms = .4;
|
||||
|
||||
detection_layer l = net.layers[net.n-1];
|
||||
float *X = det_s.data;
|
||||
|
Reference in New Issue
Block a user