improve Tensorflow.support.task to be able object tracking

19 Views Asked by At

I want to improve my code on object tracking. But TensorFlow Lite's Task Library doesn't currently offer a dedicated object tracking API,I might be able to leverage lower-level components like the ObjectDetector class and combine it with custom tracking logic. This approach requires more manual implementation but provides greater control over the tracking process. anyone have source to read or code on implement this? thank u before hand

Answer, source code,..

0

There are 0 best solutions below