prabindh / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
122 stars 46 forks source link

Frame rate drop #9

Closed ttheekshanaw closed 7 years ago

ttheekshanaw commented 7 years ago

hello, I am using the same video with demo. c version gives around 14fps while cpp version only gives 6 fps. Any one know the reason ?

prabindh commented 7 years ago

DEBUG=1 in Makefile ?

ttheekshanaw commented 7 years ago

Ohhhh yes :o Thank you