Distractor-aware Siamese Networks for Visual Object Tracking
Note:
- Model source: opencv/samples/dnn/diasiamrpn_tracker.cpp
- Visit https://github.com/foolwood/DaSiamRPN for training details.
Run the following command to try the demo:
# track on camera input
python demo.py
# track on video input
python demo.py --input /path/to/video -v
# get help regarding various parameters
python demo.py --help
All files in this directory are licensed under Apache 2.0 License.
- DaSiamRPN Official Repository: https://github.com/foolwood/DaSiamRPN
- Paper: https://arxiv.org/abs/1808.06048
- OpenCV API
TrackerDaSiamRPN
Doc: https://docs.opencv.org/4.x/de/d93/classcv_1_1TrackerDaSiamRPN.html - OpenCV Sample: https://github.com/opencv/opencv/blob/4.x/samples/dnn/dasiamrpn_tracker.cpp