Skip to content

LSH9832/SOT-MNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOT-MNN: Single Object Tracking MNN Deployment

  • 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.

setup

git clone https://github.com/LSH9832/SOT-MNN
cd SOT-MNN
python setup.py

run

# 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