- 博客(5)
- 资源 (1)
- 收藏
- 关注
原创 C++11 thread 错误:no type named ‘type’ in ‘struct std::__invoke_result
C++11 thread 错误:no type named ‘type’ in ‘struct std::__invoke_result
2024-11-07 09:36:46 145 2
原创 【解决】tensorflow2.0 AttributeError
安装好tensorflow2.0之后,当使用tensorflow时,报错AttributeError: module 'tensorflow' has no attribute'__version__' 错误信息: AttributeError: module 'tensorflow' has no attribute '__version__' 错误的意思是tensortflow模块没有__version__属性,后来查阅资料发现,tensorflow2.0版本中的确没有__version..
2020-06-03 15:02:16 970
原创 Jetson TX2 安装Tensorflow
Note:As of the 20.02 TensorFlow release, the package name has changed fromtensorflow-gputotensorflow. See the section onUpgrading TensorFlowfor more information. InstallTensorFlowusing thepip3command. This command will install the latest version...
2020-06-03 13:57:25 378
原创 win7环境+pycharm+python3.5+OpenCV安装,引入cv2时出现:ImportError: DLL load failed: 找不到指定的模块
在pycharm中import cv2 时,遇到了好多麻烦,在这里简单分享一下 ,解决步骤如下:1.安装OpenCV,把将cv2.pyd拷贝到文件夹python35\Lib\site-packages下。2.在pycharm下 pip install opencv_python-3.2.0-cp35-cp35m-win_amd64.whl(下载地址http://www.lfd.uci.edu/~g
2018-01-02 13:47:12 4487
转载 opencv矩阵运算
一、矩阵 Mat I,img,I1,I2,dst,A,B; double k,alpha; Scalar s; 1.加法 I=I1+I2;//等同add(I1,I2,I); add(I1,I2,dst,mask,dtype); scaleAdd(I1,scale,I2,dst);//dst=scale*I1+I2; 2.减法 absdiff(I1,I2,I);//I=|I1-I2
2014-11-09 17:11:39 242
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人