上一页 1 2 3 4 5 6 7 8 ··· 27 下一页
摘要: 基于transformers.js在浏览器中本地运行DeepSeek-R1的推理, 实测可在Intel核显的WebGPU运行。 Running DeepSeek-R1 inference locally in the browser using transformers.js, tested to work on Intel integrated graphics with WebGPU. 阅读全文
posted @ 2025-02-06 17:20 qsBye 阅读(561) 评论(0) 推荐(0)
摘要: 配置Zed编辑器显示过长文本时自动换行. 阅读全文
posted @ 2025-02-02 19:32 qsBye 阅读(3457) 评论(0) 推荐(1)
摘要: Hey 小伙伴们~👋 今天想和大家分享一个超实用的开源小工具,专治各种网络不给力!💪 你是否遇到过这些情况: 🌐 网络连接差到让人抓狂? 💻 DevOps 工程师天天抱怨服务器带宽不够? 如果你中招了,别担心!AmirrezaDev开发了一个超方便的开源应用,可以帮你直接获取 Ollama 模型的下载链接,让你先下载再安装,轻松搞定!🎉 阅读全文
posted @ 2025-02-01 17:12 qsBye 阅读(1933) 评论(0) 推荐(0)
摘要: 使用rust实现基于REMODE数据集的单目相机在已知轨迹下的稠密深度估计. Implement dense depth estimation for a monocular camera with a known trajectory based on the REMODE dataset using Rust. 阅读全文
posted @ 2025-01-31 14:28 qsBye 阅读(99) 评论(0) 推荐(0)
摘要: 使用rust对图像建立词袋并进行相似度评分. Use Rust to build a bag of words for images and perform similarity scoring. 阅读全文
posted @ 2025-01-30 18:45 qsBye 阅读(59) 评论(0) 推荐(0)
摘要: 使用rust进行g2o格式的位姿图优化. Using Rust for Pose Graph Optimization in g2o Format. 阅读全文
posted @ 2025-01-24 15:09 qsBye 阅读(58) 评论(0) 推荐(0)
摘要: 使用rust实现了一个完整的直接法视觉里程计系统,能够通过比较两幅图像中的像素强度来估计相机的运动。它通过单层和多层的优化策略,结合图像金字塔和并行计算,提高了位姿估计的精度和效率。最终,代码输出了优化后的相机位姿变换矩阵,并可视化了投影点的位置。 阅读全文
posted @ 2025-01-23 13:15 qsBye 阅读(128) 评论(0) 推荐(0)
摘要: 打包ORB算法到bye_orb_rs库,使用rust进行ORB角点检测. Package the ORB algorithm into the bye_orb_rs library, and use Rust for ORB corner detection. 阅读全文
posted @ 2025-01-22 16:35 qsBye 阅读(39) 评论(0) 推荐(0)
摘要: 使用rust通过图优化方式进行二次曲线拟合. Using Rust to perform quadratic curve fitting through graph optimization. 阅读全文
posted @ 2025-01-22 06:06 qsBye 阅读(93) 评论(0) 推荐(0)
摘要: 使用rust的`image`库,实现去畸变算法从而去除灰度图的畸变. Use the `image` library of Rust; manually implement the distortion removal method to remove the distortion of the grayscale image. 阅读全文
posted @ 2025-01-20 23:39 qsBye 阅读(58) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 27 下一页