kalman_filter_multi_object_tracking
kalman_filter_multi_object_tracking copied to clipboard
Tracking error
Hi,
I am using the code in my project. I changed the detector to detect kiwi, using Tensorflow.
In the current scene, there are Four Kiwifruit to be detected.
Because there are not enough training pictures, the detector can only detect one or two Kiwifruit.
If kiwifruit was recognized at last time, but this time it was not,Tracking will go wrong.
How can I solve it ?
Thanks in advance.