- 博客(3)
- 收藏
- 关注
原创 Sorry, but “MiKTeX Compiler Driver“ did not succeed.
用Latex排版论文时,发生报错 Sorry, but “MiKTeX Compiler Driver” did not succeed. 往前查看报错信息,是否有以下类似信息: The style file: Definitions/mdpi.bst Illegal, another \bibstyle command—line 238 of file template.aux : \bibstyle : {mdpi} I’m skipping whatever remains of this co
2020-07-28 17:11:53
6344
原创 error: (-215) wholeSize.width > 0 && wholeSize.height > 0 in function cv::FilterEngine::proceed
** error: (-215) wholeSize.width > 0 && wholeSize.height > 0 in function cv::FilterEngine::proceed ** 用opencv时出现这个错误,一般都是因为图片读取失败。 可以在读取图片代码的下面加print(type(img))来验证图片是否读取失败。 img1=cv2.imread('image.png',0) print(type(img1)) 若显示 <class ‘nump
2020-05-13 13:48:58
379
原创 A `Concatenate` layer requires inputs with matching shapes except for the concat axis.
在跑别人的以keras为深度学习框架的代码时,遇到错误:A Concatenate layer requires inputs with matching shapes except for the concat axis。这主要就是图像的通道数的位置引发的问题。 首先我们要知道,安装好的keras框架,它的后端有两种:tensorflow和theano。 在ubuntu环境下,命令行输入vim ...
2019-04-12 11:41:10
11961
9
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人