上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页
摘要: 在git命令中使用 pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI 安装成功,非常简单。 阅读全文
posted @ 2020-05-06 14:38 像阳光,像春天 阅读(853) 评论(0) 推荐(0) 编辑
摘要: 1、MAC默认已安装python2.6版本,若想启动该版本,直接输入python即可进入。 2、若已安装最新版本,比如3.7,则输入python3,即可进入。 3、若想不关闭终端退出,则输入命令 " exit() ",或者 “ quit() ”,或者按“ control + d ”。 阅读全文
posted @ 2020-05-06 14:02 像阳光,像春天 阅读(714) 评论(0) 推荐(0) 编辑
摘要: rm -rf * 此命令是删除当前目录下的指定文件夹及里面的所有文件.这个命令很危险,如果一旦执行,会删除当前目录下所有的文件,而且不能够恢复.因此,应避免使用。 参数 选项 -d:直接把欲删除的目录的硬连接数据删除成0,删除该目录; -f:强制删除文件或目录; -i:删除已有文件或目录之前先询问用 阅读全文
posted @ 2020-05-06 13:52 像阳光,像春天 阅读(12829) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_36178641/article/details/79958460 阅读全文
posted @ 2020-05-06 11:00 像阳光,像春天 阅读(289) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/fuchen58/article/details/80998708 阅读全文
posted @ 2020-05-06 09:20 像阳光,像春天 阅读(474) 评论(0) 推荐(0) 编辑
摘要: 用conda命令安装成功的,如下图: 阅读全文
posted @ 2020-04-30 19:39 像阳光,像春天 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 在安装pytorch的时候安装到半路,显示CondaError: Downloaded bytes did not match Content-Length。 网上的解决方法是添加清华源的镜像,但我的已经是清华源镜像了,所以解决方法是把timeout放大,600还是不行,把时间延长到1000.0就成 阅读全文
posted @ 2020-04-30 19:29 像阳光,像春天 阅读(12893) 评论(0) 推荐(1) 编辑
摘要: 程序里, 1、cap = cv2.VideoCapture(0) VideoCapture()中参数是0,表示打开笔记本的内置摄像头,参数是视频文件路径则打开视频,如cap = cv2.VideoCapture(“../test.avi”) 2、ret,frame = cap.read() cap. 阅读全文
posted @ 2020-04-30 17:31 像阳光,像春天 阅读(2950) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/fu6543210/article/details/80835280 阅读全文
posted @ 2020-04-30 17:28 像阳光,像春天 阅读(889) 评论(0) 推荐(0) 编辑
摘要: http://www.mamicode.com/info-detail-2561432.html 阅读全文
posted @ 2020-04-30 11:34 像阳光,像春天 阅读(629) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页