
debug
麻瓜甲
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【debug】Git报错:fatal: unable to access ‘https://github.com/.../... .github.io.git/‘: Proxy CONN
Git 报错:fatal: unable to access 'https://github.com/xxx/xxx.github.io.git/': Proxy CONNECT aborted解决:1. 浏览器设置-高级设置-打开您计算机的代理设置-手动设置代理-使用代理服务器:关2. 重新Git原创 2021-01-04 10:39:46 · 1260 阅读 · 0 评论 -
[DEBUG] matlab,matconvnet中常遇到的报错
尝试将 SCRIPT vl_nnconv 作为函数执行暂时还不知道为什么,matlab里只有SCRIPT没有可执行的函数,感觉是哪里装出了问题 解决了!解决方法:同样出现这个问题, vl_nnconv 全注释了,应该是用C/C++编写的。 装上 VS2012 2013,然后在MATLAB 执行语句: mex -setup 再执行 F:\matconvnet-1.0-beta2...原创 2018-04-04 10:32:09 · 2264 阅读 · 2 评论 -
[DEBUG]matlab+matconvnet 报错
错误使用 vl_nnconvOut of memory on device. To view more detail about available memory on the GPU, use 'gpuDevice()'. If the problem persists, reset the GPU by calling 'gpuDevice(1)'. 还在...原创 2018-04-18 16:34:55 · 1970 阅读 · 12 评论 -
【DEBUG】关于class "cv::BackgroundSubtractorMOG2" 没有成员 "operator()"的问题
首先cv下面只有BackgroundSubtractorMOG2,没有BackgroundSubtractorMOG,想用BackgroundSubtractorMOG要自己下一个库还要去编译其次BackgroundSubtractorMOG2要用create方法创建最后关于class "cv::BackgroundSubtractorMOG2" 没有成员 "operator()"的问题,...原创 2018-12-10 19:27:32 · 1723 阅读 · 0 评论 -
【DEBUG】MoviePy couldn't find the codec associated with the filename.Provide the 'codec' parameter
问题描述:ValueError: MoviePy couldn't find the codec associated with the filename. Provide the 'codec' parameter in write_videofile. 1.unbuntu系统下,MP4文件无法打开根据提示安装软件或手动安装根据https://blog.youkuaiyun.com/qq_...原创 2018-12-28 20:12:30 · 2877 阅读 · 0 评论