Hi there, just need a little advice please. I’m new to ML but have done lots of reading and research about various ways to do object tracking. I want to develop a small system to track the location of a known object in front of the camera. It’s basically a rectangle that moves up and down, forwards and backwards and can tilt. Initially, the object of the exercise is to work out the rectangles position, so I can work out its height from a setpoint. Once get that running I want to extract the angle of it’s tilt and finally extract it’s size so I can tell how far away it is (roughly - between 1 and 6 meters). It’s always the same or similar object that’s being tracked.
Initially I’ll create it for my Android phone to prove the idea, then modify to run on an ESP32 CAM or similar.
I own and operate a 24ton digger. I want to track the bucket and use the position to create height info. It seems there are various systems that can achieve the tracking. I have limited ML experience (but very keen to learn) so my question is, Is TF Lite/micro the best way of doing this?
Nope there won’t be any public datasets… Haha, I doubt anybody has ever linked a digger bucket and TensorFlow together ever… I just happen to live in both worlds (excavators and software) and see a useful application.
Thanks for the info, will plod on and see what happens…