上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 47 下一页
摘要: https://blog.csdn.net/qq_51108920/article/details/126153395 阅读全文
posted @ 2023-04-19 11:40 小丑_jk 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 在编译的命令里面添加一条-D WITH_CUDA=OFF就行了。cmake -D CMAKE_BUILD_TYPE=Release -D WITH_CUDA=OFF -D CMAKE_INSTALL_PREFIX=/usr/local .. opencv4.4安装: cmake -D CMAKE_B 阅读全文
posted @ 2023-04-19 10:51 小丑_jk 阅读(12) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_42537872/article/details/123444528 背景:我在虚拟机中安装了ubuntu16.04 的ubuntu,在联系PCL的时候,发现代码无法自动补齐。 解决办法: 一.先安装C++的依赖包 二.在VScode中安装插件 即可 阅读全文
posted @ 2023-03-31 11:16 小丑_jk 阅读(348) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/Guo_Python/article/details/106895949 阅读全文
posted @ 2023-03-30 17:48 小丑_jk 阅读(6) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_28368377/article/details/124843943 cmake_minimum_required(VERSION 3.18.1) project(focus_stack ) message("##################") 阅读全文
posted @ 2023-03-29 15:35 小丑_jk 阅读(94) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/Kazinshy/article/details/120779786 阅读全文
posted @ 2023-03-17 10:58 小丑_jk 阅读(13) 评论(0) 推荐(0) 编辑
摘要: conda install timm -c conda-forge 阅读全文
posted @ 2023-03-14 14:00 小丑_jk 阅读(9) 评论(0) 推荐(0) 编辑
摘要: pip install efficientnet_pytorch --target=/home/top/anaconda3/envs/py38/lib/python3.8/site-packages 阅读全文
posted @ 2023-03-13 17:49 小丑_jk 阅读(186) 评论(0) 推荐(0) 编辑
摘要: https://www.zhihu.com/question/515400774 阅读全文
posted @ 2023-03-06 18:09 小丑_jk 阅读(20) 评论(0) 推荐(0) 编辑
摘要: conda install -c conda-forge matplotlib 阅读全文
posted @ 2023-03-03 11:52 小丑_jk 阅读(11) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 47 下一页