AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.72k stars 7.96k forks source link

fps, elapsed time #5061

Open mey1k opened 4 years ago

mey1k commented 4 years ago

hello :)

I know fps is 30fps on yolov3 based on titanx.

I am using GTX2060.

However, it takes 500ms to scan one sheet.

Is this normal?

Thank you 👍

lsd1994 commented 4 years ago

What resolution do you use?

mey1k commented 4 years ago

@lsd1994 hi :) i use in .cfg file width : 416 height : 416

lsd1994 commented 4 years ago

Maybe something wrong with gpu/cuda setting.

mey1k commented 4 years ago

@lsd1994 👍 Thank you

I'll check it!