pjreddie / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
25.65k stars 21.33k forks source link

Object detection too slow for CPU-version #1026

Open xikunlun001 opened 6 years ago

xikunlun001 commented 6 years ago

Hi, I just tried to run darknet detection on a CPU machine and found it takes about 18s for only one picture.

I wander does darknet support multi - cores CPU for detection or if there is anyway to speed up the detection speed based on CPU machine?

Many thanks,

vrns123 commented 6 years ago

Make one change in your Makefile. OPENMP=1 It works for me.