]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/blobdiff - README.md
Remove debug printf
[hercules2020/kcf.git] / README.md
index 26603100d409b06fc4328bee987fa8228db2cea2..6e44d555eb80207ce12e1fc2f234b8191cbd45b4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,10 +1,13 @@
 # KCF tracker – parallel and PREM implementations
 
 The goal of this project is modify KCF tracker for use in the
 # KCF tracker – parallel and PREM implementations
 
 The goal of this project is modify KCF tracker for use in the
-[HERCULES][1] project, where it will run on NVIDIA TX2 board. To
-achieve the needed performance we try various ways of parallelization
-of the algorithm including execution on the GPU. The aim is also to
-modify the code according to the PRedictable Execution Model (PREM).
+[HERCULES][1] project, where it will run on NVIDIA TX2 board. The
+differences from the [original version][orig] are:
+  * To achieve the needed performance on TX2, we try various ways of
+    parallelizing the algorithm, including execution on the GPU.
+  * The tracker is extended to track rotating objects.
+  * The aim is also to modify the code to comply with the PRedictable
+    Execution Model (PREM).
 
 Stable version of the tracker is available from a [CTU server][2],
 development happens at [GitHub][iig].
 
 Stable version of the tracker is available from a [CTU server][2],
 development happens at [GitHub][iig].
@@ -13,6 +16,7 @@ development happens at [GitHub][iig].
 [2]: http://rtime.felk.cvut.cz/gitweb/hercules2020/kcf.git
 [iig]: https://github.com/CTU-IIG/kcf
 [3]: https://github.com/Shanigen/kcf
 [2]: http://rtime.felk.cvut.cz/gitweb/hercules2020/kcf.git
 [iig]: https://github.com/CTU-IIG/kcf
 [3]: https://github.com/Shanigen/kcf
+[orig]: https://github.com/vojirt/kcf
 
 <!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
 **Table of Contents**
 
 <!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
 **Table of Contents**
@@ -176,14 +180,14 @@ top_left_y, width, height".
 | --visualize, -v[delay_ms] | Visualize the output, optionally with specified delay. If the delay is 0 the program will wait for a key press. |
 | --output, -o <output.txt>     | Specify name of output file. |
 | --debug, -d                           | Generate debug output. |
 | --visualize, -v[delay_ms] | Visualize the output, optionally with specified delay. If the delay is 0 the program will wait for a key press. |
 | --output, -o <output.txt>     | Specify name of output file. |
 | --debug, -d                           | Generate debug output. |
-| --visual_debug, -p[p|r] | Show graphical window with debugging information (either **p**atch or filter **r**esponse). |
+| --visual_debug, -p[p\|r] | Show graphical window with debugging information (either **p**atch or filter **r**esponse). |
 
 ## Automated testing
 
 The tracker comes with a test suite based on [vot2016 datatset][11].
 You can run the test suite as follows:
 
 
 ## Automated testing
 
 The tracker comes with a test suite based on [vot2016 datatset][11].
 You can run the test suite as follows:
 
-    make vot2016  # This download the datased (about 1GB of data)
+    make vot2016  # This downloads the dataset (about 1GB of data)
        make test
 
 The above command run all tests in parallel and displays the results
        make test
 
 The above command run all tests in parallel and displays the results