上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 31 下一页
摘要: 使用 git clone --branch <tag_name> --single-branch <repository_url> 后,git tag 显示所有标签的原因是,尽管你只克隆了特定分支的内容,但默认情况下,Git 仍然会下载所有标签的引用。这些标签引用占用的空间很少,所以即使它们存在,也 阅读全文
posted @ 2024-07-18 16:43 Zenith_Hugh 阅读(278) 评论(0) 推荐(0)
摘要: 正在进行中: 1. CUDA编程基础入门系列 目前看完 25 节,好像目前鸽了 todolist: 1. c++图像算法CUDA加速:https://www.zhihu.com/column/c_1580469025410334720 高性能计算库 【1】ArrayFire, github 参考资料 阅读全文
posted @ 2024-07-18 14:56 Zenith_Hugh 阅读(71) 评论(0) 推荐(0)
摘要: 安装好Ubuntu20.04后,在桌面的右上方弹出一个错误 未知错误:"<calss 'KeyError'>"("The cache has no package named 'ubuntu-pro-client:amd64'") 这通常意味着您安装的软件包有未满足的依赖关系 直接安装依赖就可以解决 阅读全文
posted @ 2024-07-17 16:05 Zenith_Hugh 阅读(1321) 评论(0) 推荐(0)
摘要: 我把一根网线分别连到了两台电脑的网口上,系统都是 ubuntu。可以使用这种方式把两台电脑连接起来,用来传输数据吗? 可以的! 1. 物理连接 使用网线直接将两台电脑的网口连接起来。 2. 配置静态 IP 地址 在每台电脑上配置静态 IP 地址。假设您使用的是 Ubuntu 系统。 现代 Linux 阅读全文
posted @ 2024-07-17 10:45 Zenith_Hugh 阅读(1176) 评论(0) 推荐(0)
摘要: 1. 安装 docker 安装: https://www.cnblogs.com/odesey/p/18262624 拉取失败: https://www.cnblogs.com/odesey/p/18235889 免sudo 和使用 GPU: https://www.cnblogs.com/odes 阅读全文
posted @ 2024-07-04 18:33 Zenith_Hugh 阅读(467) 评论(0) 推荐(0)
摘要: 1. 相机颜色不正确 cd hik_camera_driver vim src/mvs_ros_pkg/src/grab_trigger_new.cpp nRet = MV_CC_GetImageForRGB(handle, pData, nBufSize, &stImageInfo, 1000); 阅读全文
posted @ 2024-07-04 10:04 Zenith_Hugh 阅读(317) 评论(0) 推荐(0)
摘要: 深度版双目相机,品牌:Pixel XYZ 实时输出双目原图+距离深度图。 系统 x86 ubuntu20.04, docker ubuntu 18.04 1. 供应商给的 catkin_ws 和 ptest 将两个压缩包解压,然后 copy 到 /root 下面 vim /etc/ld.so.con 阅读全文
posted @ 2024-07-02 10:46 Zenith_Hugh 阅读(215) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/KID_yuan/article/details/101272384 https://blog.csdn.net/weixin_53073284/article/details/125671358 ls /dev/video* //插上摄像头后打开终端查看 阅读全文
posted @ 2024-07-01 18:05 Zenith_Hugh 阅读(271) 评论(0) 推荐(0)
摘要: 谈谈ncnn的设计理念和软件工程 ncnn/README.md 阅读全文
posted @ 2024-06-24 14:15 Zenith_Hugh 阅读(21) 评论(0) 推荐(0)
摘要: 参考:https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository 首先,docker Engine 和 docker Desktop 是两个不同的东西,在 linux 上面,我们选择直接安装 docker E 阅读全文
posted @ 2024-06-22 18:54 Zenith_Hugh 阅读(2078) 评论(4) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 31 下一页