Hi all ,

I am working on an object tracking script
From the documentation: Maximum number of object to track. Maximum 60 in case of SHORT_TERM_KCF, otherwise 1000.

I am trying to change the value of setMaxObjectsToTrack because I am detecting more than 100 objects. The code works perfectly when I set the value to 60 or below. Starting from 61, the code crushes and is not working anymore without logging the cause of the error. I have tried all the 4 tracking types and it crushes every time the number is above 60.
Can you please check about this ? and how to solve the issue in order to apply the tracking ?

NB: the detection algorithm works fine and all objects are detected, the problem is only related to the tracking.

    I believe that's, unfortunately, the case. We will update the docs so it says 60 (not only for KCF)

      erik

      Thank you for your reply. Will it be possible to track more than 60 objects in later updates or 60 will maintain the maximum and unchanged ?

      Thank you very much and best regards