I decided to take a dip into ML and with a lot of trial and error was able to create a model using TS\' inception.
To take this a step further, I want to use their Objec
Except TF Object Detection API you may look at OpenCV Haar Cascades. I was starting my object detection way from that point and if provide well prepared data set it works pretty fine.
There are also many articles and tutorials about creating your own cascades, so it`s easy to start. I was using this blog, it helps me a lot.