how to see prediction and correction values in trackerGNN function?
Show older comments
Hello. In the example '' implement simple online and real-time tracking" in MATLAB, I want to see the values of prediction and correction (when trackerGNN is used and initialization is done with constant velocity Kalman filter). I mean in the following piece of code how can I access the prediction value and correction value of the tracker when the Kalman filter is used for initialization and prediction of the next location of tracks? Can anyone help with this issue?
tracker = trackerGNN(FilterInitializationFcn=@helperInitcvbbkf,...
HasCostMatrixInput=true,...
AssignmentThreshold= -IoUmin);
tracks = tracker(highScoreDetections, reader.CurrentTime, iouCost);
Accepted Answer
More Answers (0)
Categories
Find more on Multi-Object Trackers in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!