GOTURN
GOTURN copied to clipboard
Source code for paper: Learning to Track at 100 FPS with Deep Regression Networks, Held, et al. ECCV 2016
cs.stanford.edu certificate is not verifiable ``` ubuntu@ip-172-31-44-5:~/GOTURN$ bash scripts/download_trained_model.sh --no-check-certificate --2018-09-06 15:40:12-- http://cs.stanford.edu/people/davheld/public/GOTURN/trained_model/tracker.caffemodel Resolving cs.stanford.edu (cs.stanford.edu)... 171.64.64.64 Connecting to cs.stanford.edu (cs.stanford.edu)|171.64.64.64|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently...
According to your paper, the top fifth layer was initiated on `tracker_init.caffemodel`. How do you create `tracker_init.caffemodel`? Do you copy weigh from `CaffeNet`(which is 230M) to both the two sub-net...
Hi,Dear Author When I trained with the ILSVRC2014 dataset, I got a Error After my check found that its Annotation could not be loaded. The Error is shown below: `yanghongnan@TITAN-X:/home/sdc/yanghongnan/GOTURN-master$...
I compiled GOTURN with no errors (CPU only), and I downloaded the VOT datasets,and run `bash scripts/show_tracker_test.sh vot2014`, but get this: `Setting up Caffe in CPU mode` `Setting phase to...
Hi, when I make GOTURN, I meet this error: Scanning dependencies of target GOTURN [ 3%] Building CXX object CMakeFiles/GOTURN.dir/src/helper/bounding_box.cpp.o [ 7%] Building CXX object CMakeFiles/GOTURN.dir/src/train/example_generator.cpp.o [ 11%] Building CXX...
Hi, due to many reasons we might stop training in half way. I know that caffe has an option to resume training from a snapshot. Is it possible to add...
hi, Is there OTB results about GOTURN method? if not, how can I get it? thank you
Hey, recently I am trying to reproduce your work, but after I train my model on Imagenet and ALOV. My model tends to shrink to a point or expand outside...
Hi, I ran a Goturn(Tensorflow) implementation on ALOV dataset only. When I run it on a test set I find all the bounding boxes at the centre of the image....
Hello, I'm interested in trying GOTURN in the framework of a research project. I've compiled the project and visualized the tracking performance (running show_tracker_test.sh) on the test set (VOT videos)....