Skip to content

Commit

Permalink
Merge pull request #3 from PeterHuang2015/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
bertinetto authored Jun 17, 2017
2 parents 0e6d6d5 + 2a6c314 commit 59cbf83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SiamFC - TensorFlow
TensorFlow port of the tracking method described in the paper [*Fully-Convolutional Siamese nets for object tracking*](www.robots.ox.ac.uk/~luca/siamese-fc.html).
TensorFlow port of the tracking method described in the paper [*Fully-Convolutional Siamese nets for object tracking*](https://www.robots.ox.ac.uk/~luca/siamese-fc.html).

In particular, it is the improved version presented as baseline in [*End-to-end representation learning for Correlation Filter based tracking*](www.robots.ox.ac.uk/~luca/cfnet.html), which achieves state-of-the-art performance at high framerate. The other methods presented in the paper (similar performance, shallower network) haven't been ported yet.
In particular, it is the improved version presented as baseline in [*End-to-end representation learning for Correlation Filter based tracking*](https://www.robots.ox.ac.uk/~luca/cfnet.html), which achieves state-of-the-art performance at high framerate. The other methods presented in the paper (similar performance, shallower network) haven't been ported yet.

**Note1**: results should be similar (i.e. slightly better or worse) than our MatConvNet implementation. However, for direct comparison please refer to the precomputed results available in the project pages or to the original code, which you can find pinned in [my GitHub](https://github.com/bertinetto).

Expand Down Expand Up @@ -33,8 +33,8 @@ In particular, it is the improved version presented as baseline in [*End-to-end

## Authors

* [**Luca Bertinetto**](www.robots.ox.ac.uk/~luca)
* [**Jack Valmadre**](jack.valmadre.net)
* [**Luca Bertinetto**](https://www.robots.ox.ac.uk/~luca)
* [**Jack Valmadre**](http://jack.valmadre.net)

## References
If you find our work useful, please consider citing
Expand Down

0 comments on commit 59cbf83

Please sign in to comment.