摘要:
qmake: could not find a Qt installation of ”或qmake: could not exec ‘/usr/lib/x86_64-linux-gnu/qt4/bin/qmake’或qmake: could not exec ‘/usr/lib/aarch64-l 阅读全文
摘要:
1.下载文件 GitHub - stephane/libmodbus: A Modbus library for Linux, Mac OS, FreeBSD and Windowshttps://github.com/stephane/libmodbus 2.将压缩包复制到Ubuntu系统的hom 阅读全文
摘要:
index = int(output.argmax(1)) print(index) 我的代码是0~9数字识别 有10个类别,出错的问题,主要是argmax使用错误,原因是输入图像为4通道的,r g b α通道 ,把图像转为灰度图像即1个通道输入网络就能解决问题, 深入分析:output=tenso 阅读全文
摘要:
工程移到vs2019提示错误MSB8041 MFC libraries are required for this project此时的问题是安装的库不够,运行工具->获取工具和功能,在Visual Studio Installer在单个组件中安装MFC库:勾选后安装若安装仍然不能解决问题。去勾后重 阅读全文