AttributeError: ‘SRmodel‘ object has no attribute ‘apply‘ 【代码】AttributeError: ‘SRmodel‘ object has no attribute ‘apply‘
AttributeError: module ‘skimage‘ has no attribute ‘measure‘ AttributeError: module 'skimage' has no attribute 'measure'
install libboost_filesystem.so.1.78.0 on uubuntu 【代码】install libboost_filesystem.so.1.78.0 on uubuntu。
colmap: error while loading shared libraries: libGLEW.so.2.1: cannot open shared object file: 没有 libGLEW.so.2.1指定的版本。
CMake Error at CMakeLists.txt:255 (message): You must set CMAKE_CUDA_ARCHITECTURES to e.g. native 新版本cmake 增加了CMAKE_CUDA_ARCHITECTURES检测,某些手动安装cuda的同学会遇到该报错问题,该问题不影响代码,只是cmake内部的编译设置。
colmap使用教程 COLMAP 是具有图形和命令行界面的通用运动结构 (SfM) 和多视图立体 (MVS) 管道。它为有序和无序图像集的重建提供了广泛的功能。其中在dense文件夹下还有几个.ply文件,是COLMAP得到的mesh场景重建结果。colmap gui(新建项目->特征提取,匹配->三维重建->稀疏重建)
Could not find a package configuration file provided by “pybind11“ Could not find a package configuration file provided by "pybind11" with any of the following names: pybind11Config.cmake pybind11-config.cmake。
Failed to find nvcc. Compiler requires the CUDA toolkit. Please set the CUDAToolkit_ROOT variable nvcc是cuda编译器,需要下载cudatoolkit。