Z-Xiong / OSTrack-mnn

Mnn version demo of [ECCV2022] Joint Feature Learning and Relation Modeling for Tracking: A One-Stream Framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Joint Feature Learning and Relation Modeling for Tracking: A One-Stream Framework. (mnn)

The official implementation by pytorch:

https://github.com/botaoye/OSTrack

0. Download model

1. How to build and run it?

modify your own CMakeList.txt

modify MNN path as yours

build

$ mkdir build && cd build
$ cmake .. && make -j 

run

$ cd build
$ ./ostrack-mnn-gcc-release [videopath(file or camera)]

About

Mnn version demo of [ECCV2022] Joint Feature Learning and Relation Modeling for Tracking: A One-Stream Framework.


Languages

Language:Python 74.6%Language:C++ 24.0%Language:CMake 1.4%