erik
Ha, I think Szabi was just joking. ๐
camRgb.setFps(5)
# testing MobileNet DetectionNetwork
detectionNetwork.setBlobPath(nnPath)
detectionNetwork.setConfidenceThreshold(0.50)
detectionNetwork.input.setBlocking(False)
# possible tracking types: ZERO_TERM_COLOR_HISTOGRAM, ZERO_TERM_IMAGELESS, SHORT_TERM_IMAGELESS, SHORT_TERM_KCF
objectTracker.setTrackerType(dai.TrackerType.ZERO_TERM_COLOR_HISTOGRAM)
objectTracker.setMaxObjectsToTrack(61)
Even down to an unusable 5 fps, even trying to get one more tracklet fails. ๐
I'm not sure how I missed your reply from last year though about other Object Tracker functionality:
sorry about the inconvenience, this shouldn't happen, but we, unfortunately, can't do anything about it. Object tracker logic is proprietary from Intel and is compiled so we can't change/fix anything.
I'm am still interested in either of the options you mentioned earlier if something has changed however.
Thank you,
-Deon T