Open AbanoubMamdouh opened 5 years ago
@AbanoubMamdouh Hi,
What CPU do you use? Is it ARM CPU?
Yes it is, I am working on the ARTIK 710 module
@AbanoubMamdouh Have you ever seen the following package? https://github.com/shizukachan/darknet-nnpack
Hello, I am trying to run tiny-YOLOv3 for a real time detection application on a CPU, as you know, most commercial micro-computers/controllers do not support CUDA and OpenCL. How to improve the detection speed on the CPU usage? I utilised openMP and it speeded the detection by x4, but still one image takes 2 seconds in order to be classified and localized. Which parameters should I change? The anchors? The number of layers? How? Any suggestions? Thanks in advance!