上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 31 下一页
摘要: 论文阅读 原始题目 VOOM: Robust Visual Object Odometry and Mapping using Hierarchical Landmarks 中文名称 使用分层landmarks 的 Robust 视觉目标里程计和建图 发表时间 2024 年 2 月 21 日 平台 阅读全文
posted @ 2024-05-27 19:54 Zenith_Hugh 阅读(229) 评论(0) 推荐(0)
摘要: 1、查看内存槽数、那个槽位插了内存,大小是多少 dmidecode | grep -P -A5 "Memory\s+Device" | grep Size|grep -v Range 2、查看最大支持内存数 dmidecode|grep -P 'Maximum\s+Capacity' 3、查看槽位上 阅读全文
posted @ 2024-05-27 14:52 Zenith_Hugh 阅读(1219) 评论(0) 推荐(0)
摘要: 在 linux 下开发 C++ 一般使用 cmake ,而我们也需要一个 IDE 来提高开发效率,之前使用过 VSCode ,这个需要装各种插件进行许多配置才能成为一个真正的 IDE, 后来知道了 Clion 是一个更好的选择。 那么我们怎么使用呢? 官网下载安装包,可以试用一个月,然后我们可以去淘 阅读全文
posted @ 2024-05-23 13:56 Zenith_Hugh 阅读(515) 评论(0) 推荐(0)
摘要: linux系统如何在系统内控制CPU风扇/机箱风扇转速:https://www.bilibili.com/read/cv23466953/ 详解Ubuntu控制风扇的方法:https://www.mryunwei.com/292400.html 如何在 Linux 中查看和控制 CPU 风扇转速:h 阅读全文
posted @ 2024-04-26 13:48 Zenith_Hugh 阅读(1921) 评论(0) 推荐(0)
摘要: 有线耳机有声音但是没有 麦克风 无线耳机有声音 但是 麦克风 不可用 解决: https://askubuntu.com/questions/1376095/bluetooth-microphone-does-not-work-in-ubuntu-20-04 https://cloud.tencen 阅读全文
posted @ 2024-04-18 15:20 Zenith_Hugh 阅读(1612) 评论(0) 推荐(0)
摘要: 使用OpenCV来实现读取一个目录下的所有图像,然后将它们调整大小为1920x1080像素,并保存的步骤如下: 安装OpenCV库:如果你还没有安装OpenCV库,可以通过pip安装: pip install opencv-python 编写Python脚本: import os import cv 阅读全文
posted @ 2024-04-15 11:37 Zenith_Hugh 阅读(55) 评论(0) 推荐(0)
摘要: 摄像头YUV2格式详解:https://blog.csdn.net/iteye_264/article/details/82323227 slam技术是什么?:https://cloud.tencent.com/developer/article/2158412 opencv Vector Came 阅读全文
posted @ 2024-04-14 13:30 Zenith_Hugh 阅读(47) 评论(0) 推荐(0)
摘要: Transfer Learning Toolkit (TLT) + DeepStream (DS)快速部署深度学习模型(以口罩检测为例) https://blog.csdn.net/leida_wt/article/details/112181863 https://blog.csdn.net/zo 阅读全文
posted @ 2024-04-12 16:09 Zenith_Hugh 阅读(24) 评论(0) 推荐(0)
摘要: https://www.sysgeek.cn/ubuntu-flatpak/ https://www.sysgeek.cn/linux-cpu-fan-speed/ flatpak run org.coolero.Coolero 阅读全文
posted @ 2024-04-11 17:16 Zenith_Hugh 阅读(11) 评论(0) 推荐(0)
摘要: 视频拼接融合产品的产品与架构设计 RK3588 多目摄像头拼接产品及技术答疑 RK3588 AVS全景拼接 http://www.orangepi.cn/html/hardWare/computerAndMicrocontrollers/service-and-support/Orange-pi-5 阅读全文
posted @ 2024-04-10 23:31 Zenith_Hugh 阅读(19) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 31 下一页