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中
ubuntu18快速运行pytracking
其他应该没有什么问题,如果有小伙伴遇到了不一样的问题,欢迎留言。

上一篇:Highway Networks


下一篇:[论文笔记]——PIXEL DECONVOLUTIONAL NETWORKS