PnP
PnP 主要用于求解相机的相对位姿,具体的场景应用比如根据 2D 图像估计人脸的朝向, 在 SLAM 的 tracking 环节,后续帧通过子图与相 …
PnP 主要用于求解相机的相对位姿,具体的场景应用比如根据 2D 图像估计人脸的朝向, 在 SLAM 的 tracking 环节,后续帧通过子图与相 …
在第一部分介绍的相机成像坐标为归一化的图像坐标,并非实际采集到的图像坐标,这是因为相机 …
如何实现一个最简单的人脸渐变效果?这时候 GAN,Diffusin 还没有呢,可以用人脸检测 结合 OpenCV 实现一个。流程也很简单,分为一下三 …
在 3-D 空间中的一点 $p$ 在两个相机中的坐标分别为 $\mathbf{X_1}, \mathbf{X_2}$,相机1到2之间的旋转、平移分别为 $R, T$,$p$ 点在两个相 …
lspci
https://ubuntu.com/server/docs/nvidia-drivers-installation
Install the metapackage for your kernel flavour (e.g. generic, lowlatency, etc) which is specific to the driver branch (e.g. 535) that you want to install, and whether you want the compute …
$ # netstat -tnl
$ ss -tnlp # new command
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:8022 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
tcp 0 0 …
CPPFLAGS=-DDEBUG CXXFLAGS="-g -O0"
生成可调式的可执行文件,-g
保存调试符号,-O0
不做编译器优化。
进入调试窗口
gdb a.out
如果 …
查找找不到的 so 文件
dpkg -S /path/to/file
或者
apt-file search so_name
查找已安装的软件
apt list --installed
-c: 建立压缩档案 -x:解压 -t:查看内容 -r:向压 …
You only need to know 4 terms:
Examples are LightDM, GDM, KDM, and LXDM. They normally have display manager somewhere in their names. These start the X server at boot and provide a login screen. They often …
Special permissions make up a fourth access level in addition to user, group, and other. Special permissions allow for additional privileges over the standard permission sets (as the name suggests). There is a special permission option for each access level discussed previously. Let's take a look …