- this project converts python inference code(pysot) to cpp using MNN SDK.
- MNN models are directly available.
- only AlexNet-or-MobileNetV2-backbone-based models are available, for resnet50 perform badly after converting to MNN model.
git clone https://github.com/LSH9832/SOT-MNN
cd SOT-MNN
python setup.py
# view argparse help
./build/mnn_det -?
# example
./build/mnn_det --cfg config/alex.yaml \ # config file
--source /Path2yourVideo.mp4 \ # your video file or rtmp/rtsp stream or camera device such as /dev/video0
--pause # pause at start, press space key to start