AWCM

March 11, 2021 ยท View on GitHub

  • Robust RGB-T Tracking via a Correlation Filters with Adaptive Modality Weight and Cross-Modality Learning.

Installation

Platfrom: Windows 10, MATLAB 2018b on a 4.2 GB Intel core i7-7700K CPU, 16 GB RAM, and NVIDIA GeForce GTX 1080Ti GPU

  1. Clone the GIT repository:
 $ git clone https://github.com/LDating/AMCW.git
  1. Clone the submodules.
    In the repository directory, run the commands:
   $ git submodule init  
   $ git submodule update
  1. Start Matlab and navigate to the repository.
    Run the install script:
   |>> install.m
  1. Run the demo script to test the tracker:
   |>> demo_AWCM.p