X-Git-Url: http://rtime.felk.cvut.cz/gitweb/hercules2020/kcf.git/blobdiff_plain/03f7830ef615201e13aeda2c092f8979c488f951..0c1f56ec6e76ea0f28d9ac6708bba70f26bac541:/README.md diff --git a/README.md b/README.md index 1e2d5d9..6e44d55 100644 --- 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 -[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]. @@ -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 +[orig]: https://github.com/vojirt/kcf **Table of Contents**