A tensorflow implementation for GOTURN tracker
This is a tensorflow implementation of GOTURN.
Thanks to author David Held for his help of this implementation.
The original paper is:
Learning to Track at 100 FPS with Deep Regression Networks,
David Held,
Sebastian Thrun,
Silvio Savarese,
The github repo for caffe implementation is given by the authors: davheld/GOTURN
Brief illustration of how this network works:
You can refer to the paper or github repo above for more details.
train/target/000024.jpg,train/searching/000024.jpg,0.29269230769230764,0.22233115468409587,0.7991794871794871,0.7608061002178649
train.py
python python train.py
train.logby default
checkpointsfolder, and put it in the root directory of this repo
load_and_test.py
python python load_and_test.py
test.logby default
Be careful, the output of this network actually always from 0 to 10 thus I multiplied the ground-truth bounding boxes( always ranging from 0 to 1) by 10.