Consider AI hardware sticks #15
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
question
Further information is requested
So while this code is fairly optimized for what it is, there's the very clear and obvious problem that this code base can only process at 1 frame every 2 seconds (essentially running at .5fps). This is with the the full processing power and OpenCV optimizations which don't necessarily target the
dnn
module (which we use almost exclusively).This leads into the problem of while we can be as fast as we can be, we'll always be processing dog images very slowly.
I believe I've hit the upperbounds of what the Pi can do. I don't think I can process this any better. So after some investigations, it might be worth considering investing in an AI processor expansion.
The text was updated successfully, but these errors were encountered: