From afe15ce09feacfb691846190e5f64fb7b3079fbf Mon Sep 17 00:00:00 2001 From: Daniel Gordon <xkcd@cs.washington.edu> Date: Thu, 30 Nov 2017 15:42:36 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69e4879..8b44094 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Re3 -Re3 is a real-time recurrent regression tracker. It offers accuracy and robustness similar to other state-of-the-art trackers while operating at 150 FPS. For more details, contact xkcd@cs.washington.edu. This repository implements the training and testing procedure from https://arxiv.org/pdf/1705.06368.pdf. A sample of the tracker can be found here: https://www.youtube.com/watch?v=PC0txGaYz2I. +Re3 is a real-time recurrent regression tracker. It offers accuracy and robustness similar to other state-of-the-art trackers while operating at 150 FPS. For more details, contact xkcd@cs.washington.edu. This repository implements the training and testing procedure from https://arxiv.org/pdf/1705.06368.pdf. A sample of the tracker can be found here: https://youtu.be/RByCiOLlxug. ## Requirements: 1. Python 2 (don't get me started on Python3 not being backwards compatible). -- GitLab