how to see prediction and correction values in trackerGNN function?
이전 댓글 표시
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);
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Estimation Filters에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!