mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
🔥🔥🔥🔥🔥🔥🔥
This commit is contained in:
parent
698d54cb5f
commit
76a0d8fb6d
@ -572,7 +572,7 @@ void test_detector(char *datacfg, char *cfgfile, char *weightfile, char *filenam
|
||||
double time;
|
||||
char buff[256];
|
||||
char *input = buff;
|
||||
float nms=0;
|
||||
float nms=.45;
|
||||
while(1){
|
||||
if(filename){
|
||||
strncpy(input, filename, 256);
|
||||
|
Loading…
Reference in New Issue
Block a user