Object Detection With Tensorflow
Quite some time ago I trained object detector AI
On one cold winter day in July … that is in Australia … I felt urgent need to train AI model for detecting uncapped concrete reinforcement bars…
So I bought from local Bunnings some new shiny reo bars like these
and bar safety caps like these
Started with caps
Took a hundred photos of different compositions with these yellow reo bar caps, labelled in LabelImg, took some SSD model, then another EfficientNet did a bit of coding in Python- and model quickly picked up what I wanted of her.
initially model took almost all yellow cylindric objects as reo bar caps
And boundary boxes could be more precise…
Then bars came in
Took several other useful tools from the garage and took another hundred of photos like this, and model became better…
Definitely better
Mobile App
Finally trained a little SSD AI model to run on mobile phone without huge latency, created simple Android app and here how it looked like:
Right.