C++ implementation of MVT Tracker using the MNN framework
- OpenCV 4.8.0
- MNN (Related header files and the libMNN.so are already presented in the
third_party/
folder) - Download the pretrained model from here and place it under
model/
folder
$ mkdir build && cd build
$ cmake ..
$ make
$ cd build
$ ./mvt_demo [model_path] [video_path]
For example,
./mvt_demo ../model/MobileViT_Track_ep0300.mnn ../data/input/
- GPU-based inference