A keras re-implementation of DaSiameseRPN, weights converted from original pytorch version.
Temporarily, it can only tracking VOT dataset with pretrained weights.
Train code and evaluate code will be updated soon.
- Keras >= 2.2.4
- Tensorflow-gpu >= 1.12.0
- opencv-python
- Download baseline.h5 from release or https://pan.baidu.com/s/1TIR8aqwBsV7N6CW89mreWg. Please it under dir '/pretrained'
- run "python vot_inference.py --dir [Path to your own vot dataset tracking sequence]"