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