]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commitdiff
Update README.md
authorShanigen <32431880+Shanigen@users.noreply.github.com>
Tue, 20 Feb 2018 09:58:38 +0000 (10:58 +0100)
committerGitHub <noreply@github.com>
Tue, 20 Feb 2018 09:58:38 +0000 (10:58 +0100)
README.md

index 2192bbd38024749f53e216f9cfc8b90819aa06b8..d06ce8ddefb2193047735ae5de36fdbfa90c3bee 100644 (file)
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ To all of these you can also add these additional options:
 | Option| Description |
 | --- | --- |
 | `-DVISULIZE_RESULT=ON` | Check if you want to visulize the result. Default value is OFF. |
-| `-DDEBUG_MODE=ON` | Debug terminal output and debug screens. Default value is OFF.)=|
+| `-DDEBUG_MODE=ON` | Debug terminal output and debug screens. Default value is OFF.|
 | `-DDEBUG_MODE_DETAILED=ON` |Additional terminal outputs and debug screens. Default value is OFF.|
 
 Finally call make:
@@ -52,7 +52,8 @@ $ make
 This code compiles into binary **kcf_vot**
 
 ./kcf_vot
-- using VOT 2014 methodology (http://www.votchallenge.net/)
+- using [VOT 2014 methodology](http://www.votchallenge.net/)
+- to get dataset used in VOT go [here](http://www.votchallenge.net/vot2016/dataset.html)
  - INPUT : expecting two files, images.txt (list of sequence images with absolute path) and
            region.txt with initial bounding box in the first frame in format "top_left_x, top_left_y, width, height" or
            four corner points listed clockwise starting from bottom left corner.