1. 论文基本信息
- 论文标题:Learning Multi-Domain Convolutional Neural Networks for Visual Tracking
- 论文作者:Hyeonseob Nam(Dept. of Computer Science and Engineering, POSTECH, Korea)等人
- 论文出处:CVPR 2016
- 在线阅读:https://arxiv.org/pdf/1510.07945v2.pdf
- 源码链接1:https://github.com/HyeonseobNam/MDNet (MATLAB版本)
- 源码链接2:https://github.com/HyeonseobNam/py-MDNet (Python 3.6版本)
2. 运行环境介绍
- NVIDIA GTX 1070
- Windows 10 x64
- CUDA 8.0.61 for Windows 10
- Python 3.6
- PyTorch 1.0.0
3. 准备
下载MDNet官方Python源码并