cat2mqtt: Quick beginner-friendly custom object detection with TensorFlow/Keras

Since I’ve found it a bit difficult to find instructions on how to make really simple object detection using something like TensorFlow, Keras, OpenCV, or PyTorch I’ve decided to write up my approach. tl;dr: Use https://teachablemachine.withgoogle.com/ to quickly get a working model, then use the provided code sample and adjust as per your needs. Unless you have very specific need not covered by the Teachable Machine, this is the fastest approach. ...

September 25, 2022 · 6 min