Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 948 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 948 Bytes

siamFCppwarp

C++ Implementation siamfcpp from SiamTrackers:siamFcpp test on GTX1660 CUDA 11.1

video sample

1.CPU(FPS 13)

siamfcpp_CPU.mp4

2.Gpu(FPS 96)

siamfcpp_GPU.mp4

pre_model trans python-libtorch

baiduwangpan code:9m6d

environment

1.opencv-4.5.1-vc14_vc15

2.libtorch-win-shared-with-deps-1.9.0+cu111

#References

  @inproceedings{xu2020siamfc++,
  title={SiamFC++: Towards Robust and Accurate Visual Tracking with Target Estimation Guidelines.},
  author={Xu, Yinda and Wang, Zeyu and Li, Zuoxin and Yuan, Ye and Yu, Gang},
  booktitle={AAAI},
  pages={12549--12556},
  year={2020}
}