Quick experimentations about tracking drift detection #1451
s-trinh
started this conversation in
Show and tell
Replies: 1 comment
-
Forward / Backward trackingForward / backward tracking for different time window sizes:
Visualizations
Win size=2res_forward_backward_error_graph_win_2.mp4Win size=5res_forward_backward_error_graph_win_5.mp4Win size=10res_forward_backward_error_graph_win_10.mp4Win size=30res_forward_backward_error_graph_win_30.mp4 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Experimentation
In this discussion, I will just summarize some tests about tracking drift detection and MBT.
These are just some experimentations I have done for curiosity, nothing concrete, nothing valid.
getProjectionError()
First option I know is to leverage MBT
getProjectionError()
and something like Hinkley statistical test.Distance error between contour and model?
Another option could be?
Caveats:
Idea:
Forward / backward tracking?
Something similar to Forward-Backward Error: Automatic Detection of Tracking Failures, Z. Kalal, ICPR 2010?
Forward:
Backward:
initFromPose()
andtrack()
on image (n+1)Test on
mbt/cube/
sequencecube.xml
config file for tracking drift with MBT edges with old<edge_threshold>5000</edge_threshold>
parameter"Contour" error
res_contours_error_graph.mp4
<edge_threshold>5000</edge_threshold>
and edge + KLT tracker"Forward / Backward" tracking
Very quick test gives:
Idea:
Beta Was this translation helpful? Give feedback.
All reactions