Hi, I run dnn/object_detection.cpp with params: -c=yolov3.cfg -m=yolov3.weights -classes=coco.names --scale=0.00392 --width=416 --height=416 and it works, but time it takes for one image is about 4 seconds. Although in the image on top is written about 745 ms. I run in release and use opencv4. C:\fakepath\Screenshot1.png
Also in this link (https://github.com/opencv/opencv/pull/11322) developers writes that median time per 416x416 image is 216.11ms.
What may be the reason of this time difference?
I have Ubuntu OS: C:\fakepath\Screenshot2.png