Open cah-jeffgraham opened 7 years ago
I'm sorry. I did not tested on Pi Zero.
The Pi Zero has a ARM v6 CPU, which is much slower for matrix multiplication than the ARM v7 of the Pi 2. The NNPack GitHub says:
ARMv7 processor with NEON instruction set VFP instruction set (including ARMv6 systems with VFPv2) can be targeted using --backend=scalar configuration option, but for performance reasons it is not recommended for production use.
So maybe you could try that when compiling NNPack?
I figure the problem is likely due to the different ARM processor in the zero. All your install steps worked fine, but I get these results:
I'm only looking to detect every 60 seconds. Do you think this is feasible?
Thanks for the repo.