pip install spatial-correlation-sampler 执行命令: 按回车键执行上述命令。 等待安装完成: 安装过程中,pip会从PyPI(Python Package Index)下载相应的包,并自动处理依赖关系。这个过程可能需要一些时间,具体取决于你的网络速度和包的大小。 验证安装是否成功: 安装完成后,你可以通过以下方式验证安装是否成功: 尝试导入...
论文:《MAST: A Memory-Augmented Self-Supervised Tracker》 github地址:https://github.com/zlai0/MAST 记录一下配置MAST中的安装spatial-correlation-sampler过程中的坑,几个月前跑过这个网络,最近换了个服务器重新配置环境,spatial-correlation-sampler的安装过程遇到... ...
处理方法: (1)pip install spatial-correlation-sampler 变成 pip install spatial-correlation-sampler==0.2.1 换spatial-correlation-sampler版本 (2)因为版本更改,删除一个参数, im_patches, patch_coords = sample_patch_multiscale(im, pos, scales, sz, mode=self.params.get('border_mode','replicate'), ...
Requirement already satisfied: torch>=1.0.1 in c:\anaconda3\lib\site-packages (from spatial-correlation-sampler) (1.1.0) Requirement already satisfied: numpy in c:\anaconda3\lib\site-packages (from spatial-correlation-sampler) (1.16.2)
Open shamanezopened this issueApr 18, 2020· 1 comment Open opened this issueApr 18, 2020· 1 comment shamanezcommentedApr 18, 2020 Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment