GOTURN
GOTURN copied to clipboard
Source code for paper: Learning to Track at 100 FPS with Deep Regression Networks, Held, et al. ECCV 2016
I am trying to modify the source code to get frames from a webcam to do real-time tracking of an object. I am stuck as I am getting confused in...
Hi, Can we run tracker on single video file rather than downloading whole dataset? just passing any mp4 or avi video ?
Why didn't my loss drop in training?
with your tutorial ----------------- Then you can run the tracker on the test set and visualize the output by running the following script: bash scripts/show_tracker_test.sh vot_folder where vot_folder is the...
As same as the issue #80 , the error accumulation is an important problem in the `GOTURN` algorithm. So, can you tell me how to combine this algorithm with other...
Is there a way to train on images only? Eg. train on ImageNet only.
Based on this sentence in the paper, do I understand correctly that the size of the search window is essentially "baked in" to the network architecture? I.e., if I wanted...
when i try to run the train.sh i got this error  can anyone help me ???
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...
could you please provide VOT2014 raw results of you tracker?