We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe update the readme with a few links?
A few folks have simplified opencv, and such, updated learning models, etc. If it's dead for now (your work) a few refs might help others.
Jeff feeling does opencv on rpi4, and hits the 2fps barrier, but makes leaf lower + facial detection https://www.jeffgeerling.com/blog/2021/face-detection-my-leaf-blower
Or go nuts with an external tpu unit on the USB, and tensorflow it up from there https://bestofcpp.com/repo/NobuoTsukamoto-edge_tpu-cpp-artificial-intelligence
(Which honestly if you can crank out good c++, and have $60 to spare for the unit, seems best. Again, sample size data set/pickle is essential)
Tpu edge unit https://coral.ai/products/accelerator/
Hope this helps someone who stumbles here! :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Maybe update the readme with a few links?
A few folks have simplified opencv, and such, updated learning models, etc. If it's dead for now (your work) a few refs might help others.
Jeff feeling does opencv on rpi4, and hits the 2fps barrier, but makes leaf lower + facial detection
https://www.jeffgeerling.com/blog/2021/face-detection-my-leaf-blower
Or go nuts with an external tpu unit on the USB, and tensorflow it up from there
https://bestofcpp.com/repo/NobuoTsukamoto-edge_tpu-cpp-artificial-intelligence
(Which honestly if you can crank out good c++, and have $60 to spare for the unit, seems best. Again, sample size data set/pickle is essential)
Tpu edge unit
https://coral.ai/products/accelerator/
Hope this helps someone who stumbles here! :)
The text was updated successfully, but these errors were encountered: