目标跟踪|ubuntu18快速运行pytracking

【目标跟踪|ubuntu18快速运行pytracking】前提:
ubuntu18系统+以安装好的conda环境
ubuntu系统下,ctrl+alt+t,打开终端,新建文件夹作为工作目录,输入下载源码命令:
git clone https://github.com/visionml/pytracking.git
安装说明:https://github.com/visionml/pytracking/blob/master/INSTALL.md
中间可能会遇到pip install spatial-correlation-sampler报错
目标跟踪|ubuntu18快速运行pytracking
文章图片

对应的解决方案是:

export CUDA_HOME=/usr/local/cuda-10.0 pip install spatial-correlation-sampler

目标跟踪|ubuntu18快速运行pytracking
文章图片

下载后的pytracking应该是这样的:
目标跟踪|ubuntu18快速运行pytracking
文章图片

此外需要在pytracking新建networks文件,把**.pth模型放在networks中,pth文件的下载地址为:链接https://pan.baidu.com/s/1_AcpTyzITGQd4_B7PlyyFA 提取码:oygc
目标跟踪|ubuntu18快速运行pytracking
文章图片

python run_video.py dimp dimp50 video.mp4 python run_webcam.py atom default a.mp

其他应该没有什么问题,如果有小伙伴遇到了不一样的问题,欢迎留言。

    推荐阅读