slight changes to default demo settings

This commit is contained in:
Joseph Redmon
2016-09-07 22:44:41 -07:00
parent 6b38dcdce0
commit 336a19f145
2 changed files with 4 additions and 4 deletions

View File

@ -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;