NetElite

导航

 

2018年3月28日

摘要: Firstly, uninstall opencv-python by:pip uninstall opencv-pythonthen,pip install opencv-contrib-pythonThat's it!Sample code:import cv2img=cv2.imread('t 阅读全文
posted @ 2018-03-28 19:09 Gravitonium 阅读(357) 评论(0) 推荐(0) 编辑
 

2018年3月12日

摘要: Add cl.exe(VS2015 or newer version) to your system path first,then execute the following instructions:1.conda install mingw libpython2.pip install pyc 阅读全文
posted @ 2018-03-12 23:19 Gravitonium 阅读(105) 评论(0) 推荐(0) 编辑
 

2018年2月27日

摘要: 在win下运行,会找不到pytorch和torchvision(如图所示): 安装pytorch的方法,是在这个知乎专栏里找到的,附上地址,以示对作者的尊重: https://zhuanlan.zhihu.com/p/26871672 安装的命令有四个,第一个a56爆大奖在线娱乐没有cuda使用pytorch,也就 阅读全文
posted @ 2018-02-27 14:22 Gravitonium 阅读(217) 评论(0) 推荐(0) 编辑
 

2018年2月15日

摘要: 1.Firstly, install anaconda2 2. In anaconda2 prompt, execute the command as follows, conda install -c menpo dlib=18.18 3.After dlib installation was c 阅读全文
posted @ 2018-02-15 15:57 Gravitonium 阅读(165) 评论(0) 推荐(0) 编辑
 

2018年1月31日

摘要: pip install opencv-python 阅读全文
posted @ 2018-01-31 21:00 Gravitonium 阅读(82) 评论(0) 推荐(0) 编辑
 
摘要: Nothing more,just execute the command from Anaconda prompt as follows, conda install -c menpo dlib=18.18 阅读全文
posted @ 2018-01-31 10:46 Gravitonium 阅读(105) 评论(0) 推荐(0) 编辑
 

2015年3月10日

摘要: When I execute the following python instruction in python shell>>>import matplotlib.pyplot as plterror occured and the error message show as follows,"... 阅读全文
posted @ 2015-03-10 19:03 Gravitonium 阅读(223) 评论(0) 推荐(0) 编辑
 

2015年1月13日

摘要: I didn't use this blog system for almost 9 years due to account/password and other issues.After I finally reactivate it, I think it's a good sign for ... 阅读全文
posted @ 2015-01-13 23:32 Gravitonium 阅读(162) 评论(0) 推荐(0) 编辑
 

2006年5月4日

摘要: When I was installing RealPlayer10GOLD for Fedora Core 5, I got a warning message as follows, error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or di... 阅读全文
posted @ 2006-05-04 09:37 Gravitonium 阅读(449) 评论(1) 推荐(0) 编辑
 

2006年4月13日

摘要: The following clause will return the total number of newly hired employees of a company from Aug, 2005 to April, 2006.select count(*) as total from employees where (([hiredate]>CAS... 阅读全文
posted @ 2006-04-13 02:35 Gravitonium 阅读(187) 评论(0) 推荐(0) 编辑