摘要: 原创,转载注明出处:https://chuna2.787528.xyz/wioponsen/p/19981866 如果发现open3d读取ply和obj,后续处理顶点,发现差异很大,可以试试进行如下操作: mesh = o3d.io.read_triangle_mesh(obj_name, enable 阅读全文
posted @ 2026-05-06 17:39 wioponsen 阅读(1) 评论(0) 推荐(0)
摘要: 转载请注明来源:https://chuna2.787528.xyz/wioponsen/p/19329563 创建/删除用户 # # 创建用户 # 1. 进入 root 账户 su # 2. 增加用户 adduser NEW_USER_NAME # 3. 将用户添加到sudo组 adduser NEW_ 阅读全文
posted @ 2025-12-10 11:39 wioponsen 阅读(66) 评论(0) 推荐(0)
摘要: 安装image watch模块除了可以查看OpenCV,也可以查看自定义的图像格式。 可以参考的官方文档: https://learn.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2015/debugger/ima 阅读全文
posted @ 2025-10-22 10:38 wioponsen 阅读(71) 评论(0) 推荐(0)
摘要: 从sourceforge正常下载,拷贝下载链接,将其中前面部分替换成: https://nchc.dl.sourceforge.net/project/ 开始下载,即可加速 思路都是更换镜像,在下载的时候不等倒计时结束,点击 "problem downloading?",切换不同的镜像服务器: Do 阅读全文
posted @ 2025-09-05 11:24 wioponsen 阅读(3559) 评论(0) 推荐(0)
摘要: 驱动下载:https://oneplusdriver.com/download-oneplus-driver https://cdn.oneplusdriver.com/wp-content/uploads/OnePlus_USB_Driver_Setup.zip 阅读全文
posted @ 2025-09-05 11:00 wioponsen 阅读(35) 评论(0) 推荐(0)
摘要: ref: https://blog.csdn.net/Alex_emma/article/details/143061520 https://github.com/MustardChef/WSABuilds/releases step1 开启 Hyper-V/虚拟机平台 step2 下载WSA,解压 阅读全文
posted @ 2025-09-01 14:45 wioponsen 阅读(33) 评论(0) 推荐(0)
摘要: ref: https://www.kindyear.cn/archives/949/ https://github.com/balopez83/macOS_On_Hyper-V https://github.com/acidanthera/OpenCorePkg?tab=readme-ov-file 阅读全文
posted @ 2025-09-01 14:24 wioponsen 阅读(1486) 评论(0) 推荐(0)
摘要: 使用镜像加速:https://hf-mirror.com/ "https://hf-mirror.com/" 替换网页链接的 "https://huggingface.co/" 即可 阅读全文
posted @ 2025-07-08 11:13 wioponsen 阅读(382) 评论(0) 推荐(0)
摘要: ref:https://www.benxiaotu.com/article-48168.html win10/win11专业版密钥: 7NWJ7-PWYRG-B37GT-444Q8-Q7BV9 阅读全文
posted @ 2025-03-20 14:12 wioponsen 阅读(652) 评论(0) 推荐(0)
摘要: 简单配置 下载vcpkg包到本地 git clone https://github.com/microsoft/vcpkg .\vcpkg\bootstrap-vcpkg.bat 配置环境变量 # 增加到环境变量 VCPKG_DEFAULT_TRIPLET: x64-windows VCPKG_RO 阅读全文
posted @ 2025-03-18 11:41 wioponsen 阅读(261) 评论(0) 推荐(0)