tangyuhao / GOTURN-Tensorflow

A tensorflow implementation for GOTURN tracker
MIT License
130 stars 61 forks source link

How to deal with error accumulation? #20

Open mrgloom opened 6 years ago

mrgloom commented 6 years ago

How to deal with error accumulation that happens from frame to frame? i.e. suppose we have some ideal bbox but in real life we predict bbox+eps if we make this eps mistake from frame to frame this can lead to bbox expand to whole image or shrink to single pixel.