Open leekwunfung817 opened 6 years ago
@leekwunfung817
OPNEMP=1
, Vectorization AVX=1
and BIT1-XNOR-inference, so you can achive 20-25 FPS on CPU for https://github.com/AlexeyAB/darknet/blob/master/cfg/yolov3-tiny_xnor.cfg model trained by yourself. More about it: https://github.com/AlexeyAB/darknet/issues/1472
So it makes darknet is possible running in most computers.
DNN_BACKEND_DEFAULT, DNN_TARGET_CPU 216.11ms DNN_BACKEND_DEFAULT, DNN_TARGET_OPENCL 353.77ms
Use one of these examples
Thank you very much @AlexeyAB
Issue solved
I have a lot of computer are using Intel GPU on motherboard, How to run darknet using them?
Any software support or alternative tools to use them, to make darknet are possible running in most computer?