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?
@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/1472DNN_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
Most helpful comment
@leekwunfung817
OPNEMP=1, VectorizationAVX=1and 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/1472So it makes darknet is possible running in most computers.
Use one of these examples