【无标题】目标跟踪算法常遇到的问题Error using vl_nnconv An input is not a numeric array(or GPU support not compiled).
在运行和深度特征相关的目标跟踪算法时,常常会遇到这个问题:Error using vl_nnconv An input is not a numeric array(or GPU support not compiled).1、方法一:在网上查了很多相关的帖子,常规的解决方法是:运行 vl_compilenn(‘enableGpu’, true)经过尝试并不适用于自己,于是采用方法二2、方法二:这个方法是参照github上面一个帖子来的,经过尝试,最终成功解决这个问题。具体方法如下:改变se





