YOLO_tensorflow icon indicating copy to clipboard operation
YOLO_tensorflow copied to clipboard

how long it takes to output the result?

Open xtsxisaxns opened this issue 8 years ago • 2 comments

I follow the guide and successfully run the code on my computer with a GTX 1060 GPU.I use the test image under test file.It takes about 5 minutes(maybe most of the time is used for loading model weights ).I saw the yolo demo on youtube.It's real-time.What's the difference?How can i achieve the real-time demo result with my computer ? Or is it impossibe with tensorflow?

xtsxisaxns avatar Dec 19 '16 17:12 xtsxisaxns

I had ~2 secs with GTX 1080. That was not real time either.

jamescfli avatar Feb 22 '17 06:02 jamescfli

For the face detection I have like 400ms. So about 2fps. In the paper they claim 40 fps and better. I really wonder what machine they used... EDIT: Okay, they used a Titan X graphics card... still a huge performance gap.

aeon0 avatar Apr 06 '17 14:04 aeon0