Hey! I am trying to develop an object tracking application for android device. I am using a budget Xiaomi Redmi A2 device, so the computational power is low. My plan is to attach this on to an FPV drone, so I could do AI controlled drone for following a car or even potentially another FPV drone, therefore, I want quite a fast tracking algorithm (high fps, goal is around 20 or more). I tried TensorFlow for android with implemented Kalman Filter, the performance is lacking and tracking is quite horrible.
Do you think my goal is even feasible? Where should I experiment next? I was thinking to try OpenCV, I am also fine with using already developed open source applications for this or putting something together out of several of them. Any help highly appreciated!
Top comments (0)