摘要: 方式一: pip install cython_bbox 方式二:下载地址 https://github.com/samson-wang/cython_bbox 解压后并cd cython_bbox-master 到该文件夹目录下 激活conda 环境 本地conda环境为: xxxx输入命令【py 阅读全文
posted @ 2022-12-08 13:34 cfancy 阅读(657) 评论(0) 推荐(0) 编辑
摘要: 参考链接🔗: https://www.pudn.com/news/6228d5049ddf223e1ad1d411.html : https://desktop.arcgis.com/zh-cn/arcmap/10.6/analyze/arcpy-classes/polygon.htm 阅读全文
posted @ 2022-11-30 09:29 cfancy 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 参考链接🔗: https://code84.com/172442.html 阅读全文
posted @ 2022-11-23 15:09 cfancy 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 参考链接🔗:安装cmake https://blog.csdn.net/Man_1man/article/details/126467371 安装 opencv https://blog.csdn.net/weixin_42888638/article/details/123316818 http 阅读全文
posted @ 2022-11-17 14:15 cfancy 阅读(359) 评论(0) 推荐(0) 编辑
摘要: s1: 【sudo apt-get install subversion】 s2:本地新建一个文件夹如SVN,在该文件夹下打开终端输入命令【svn co https://xxx/svn/xxx --username xxx --password xxx】 s3:下载插件:参照 博客 https:// 阅读全文
posted @ 2022-09-27 16:01 cfancy 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 命令:【pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple】 阅读全文
posted @ 2022-08-31 11:11 cfancy 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 参考引用链接如下:https://www.freesion.com/article/1866518882 阅读全文
posted @ 2022-05-09 15:33 cfancy 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 查看进程 ps aux | grep 程序名(python) kill 指定程序 sudo kill -9 5632 阅读全文
posted @ 2022-02-25 16:50 cfancy 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 参考连接:https://blog.csdn.net/frighting_ing/article/details/122725205 阅读全文
posted @ 2022-02-25 16:06 cfancy 阅读(34) 评论(0) 推荐(0) 编辑
摘要: yolov5:报错1:OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized. 解决: import osos.environ["KMP_DUPLICATE_LIB_OK"] 阅读全文
posted @ 2022-01-16 11:31 cfancy 阅读(145) 评论(0) 推荐(0) 编辑