Supplementary video of paper "MuCoGraph: A Multi-scale Constraint Enhanced Pose Graph Framework for MLS Point Cloud Inconsistency Correction", Accepted by Journal of Photogrammetry and Remote Sensing SCI1-TOP, IF=12.7.
Supplementary video of paper "MuCoGraph: A Multi-scale Constraint Enhanced Pose Graph Framework for MLS Point Cloud Inconsistency Correction", Accepted by Journal of Photogrammetry and Remote Sensing SCI1-TOP, IF=12.7.
1 |
|
1 |
|
动量蒸馏中用到了
点云配准
Jenson-Shannon divergence
1 |
|
1 |
|
由于 apt
源使用 HTTPS
以确保软件下载过程中不被篡改。因此,我们首先需要添加使用 HTTPS
传输的软件包以及 CA 证书。 1
2sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
为了确认所下载软件包的合法性,需要添加软件源的 GPG
密钥。
1 |
|
向 sources.list
添加 Docker 软件源
1 |
|
1 |
|
向 sources.list
添加 Docker 软件源
1 |
|
lspci | grep -i vga
,会弹出设备编号,在这里找到对应的型号,然后在这里下载。sudo apt-get automove --purge nvidia-×
sudo chmod a+x xxx.run
sudo service lightdm stop
sudo xxx.run -no-x-check -no-nouveau-check -no-opengl-files
sudo service lightdm start
sudo syetemctl start gdm.service
or
sudo syetemctl enable gdm.service
ctrl+alt+f7
Ubuntu22.04似乎不用这么麻烦了,直接重装完之后就有显卡驱动了,试图卸载过,但是重装失败,还不如直接用预先安装好的。
ubuntu电脑自动开启Security Boot之后显卡驱动会挂掉,需要进入bios,在Security 中找到Security Boot,调整成为Disable,然后显卡驱动就又好了。
Secure Boot本来是个好事,但是在linux下面似乎不太行,尤其是那种独立带界面的主机。参考这里。