/KCC

Kernel Cross-Correlator

Primary LanguageMatlabGNU General Public License v3.0GPL-3.0

Kernel Cross-Correlator (KCC)

This repo contains source codes for the following paper, which is accepted by AAAI-18:

Chen Wang, Le Zhang, Lihua Xie, Junsong Yuan, Kernel Cross-Correlator, In AAAI Conference on Artificial Intelligence (AAAI-18), 2018

There are two experiments in the paper, i.e. visual tracking, human activity recognition using wearable devices, which are contained in the independent folders, respectively.

You may find instructions to run the codes for visual tracking:

https://github.com/wang-chen/KCC/blob/master/tracking/README.md

You may find instructions to run the codes for human activity recognition using wearable devices:

https://github.com/wang-chen/KCC/blob/master/recognition/README.md

If you find this repo is useful for your projects, you may cite it as:

@inproceedings{wang2018kernel,
  title={{Kernel Cross-Correlator}},
  author={Wang, Chen and Zhang, Le and Xie, Lihua and Yuan, Junsong},
  booktitle={AAAI},
  year={2018}
 }