上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 31 下一页
摘要: Question from multiprocessing import Process, Queue 解释下这个多进程 Answer from multiprocessing import Process, Queue 是用于多进程处理的模块。 详细解释 多进程:multiprocessing 模 阅读全文
posted @ 2024-09-06 15:11 Zenith_Hugh 阅读(206) 评论(0) 推荐(0)
摘要: docker pull nvcr.io/nvidia/tensorrt:22.12-py3 docker run -it --privileged --network host --gpus all \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e DISPLAY \ 阅读全文
posted @ 2024-09-06 01:13 Zenith_Hugh 阅读(119) 评论(0) 推荐(0)
摘要: 问题1 :docker rmi 39c9feab7ab6 Error response from daemon: conflict: unable to delete 39c9feab7ab6 (cannot be forced) - image has dependent child images 阅读全文
posted @ 2024-09-04 15:23 Zenith_Hugh 阅读(987) 评论(0) 推荐(0)
摘要: 英文题目 RAFT: Recurrent All-Pairs Field Transforms for Optical Flow 中文名称 RAFT:用于光流的 Recurrent All-Pairs Field Transforms 发表时间 2020年3月26日 平台 ECCV 2020 Bes 阅读全文
posted @ 2024-09-02 13:55 Zenith_Hugh 阅读(250) 评论(0) 推荐(0)
摘要: 50 个适合所有人的 2024 款最佳 Ubuntu 应用程序 A list of the best Ubuntu apps for everybody (fresh list of 2024). 适合所有人的最佳 Ubuntu 应用程序列表(2024 年新列表)。 Ubuntu 是一种流行的 Li 阅读全文
posted @ 2024-09-01 23:20 Zenith_Hugh 阅读(8878) 评论(0) 推荐(0)
摘要: 问题1:GNOME 是什么? GNOME 是一个自由且开放源代码的桌面环境,广泛用于基于 Linux 和其他类 Unix 操作系统的计算机上。GNOME(GNU Network Object Model Environment)的设计目标是提供一个简单、易于使用且现代化的用户界面,让用户能够轻松管理 阅读全文
posted @ 2024-09-01 21:54 Zenith_Hugh 阅读(231) 评论(0) 推荐(0)
摘要: 代码库:https://github.com/USTC-AIS-Lab/RAFT-VINS/tree/main 1. 寻找基础镜像 https://catalog.ngc.nvidia.com/orgs/nvidia/containers/tensorrt/layers 这里我们查看 tensorr 阅读全文
posted @ 2024-08-30 20:04 Zenith_Hugh 阅读(271) 评论(0) 推荐(0)
摘要: libtorch 的 Pre-CXX11 ABI 和 CXX11 ABI 版本主要区别在于它们使用的 C++ ABI(Application Binary Interface)。ABI 定义了编译后的二进制文件在不同模块之间的接口。C++11 引入了一些新的语言特性,导致 ABI 发生变化,因此有两 阅读全文
posted @ 2024-08-30 20:03 Zenith_Hugh 阅读(1117) 评论(0) 推荐(0)
摘要: 前文: https://www.cnblogs.com/odesey/p/18381407 1. jetson 和 x86 交叉编译 在 https://developer.nvidia.com/embedded/jetson-linux-r3541 下载:Bootlin Toolchain gcc 阅读全文
posted @ 2024-08-29 10:37 Zenith_Hugh 阅读(260) 评论(0) 推荐(0)
摘要: 问题1: reserve 函数 是什么? reserve 是 C++ 标准库中 std::vector 类的一个成员函数,用于预留一定数量的内存空间,以避免在向量增长时频繁进行内存分配和复制操作,从而提高性能。 具体来说,reserve(n) 会为向量预留至少 n 个元素的内存空间,但不会改变向量的 阅读全文
posted @ 2024-08-29 10:34 Zenith_Hugh 阅读(142) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 31 下一页