colmap 初体验
  wbBVD8JzvGjk 2023年11月02日 56 0

安装:Installation — COLMAP 3.9-dev documentation
使用:Tutorial — COLMAP 3.9-dev documentation

准备数据集

下载一个小猫的RGB数据集 THU-MVS: Multi-View 3D Reconstruction Datasets
创建 project_cat 文件夹,把图片放 project_cat/images

启动程序

运行 COLMAP.bat启动程序,官方文档中有一些实用的操作说明:Graphical User Interface — COLMAP 3.9-dev documentation

  • Rotate model: Left-click and drag.

  • Shift model: Right-click or -click ( -click) and drag.

  • Zoom model: Scroll.

  • Change point size: -scroll ( -scroll).

  • Change camera size: -scroll. (红色的表示相机拍摄位置的符号)

  • Adjust clipping plane: -scroll. (距离观察视点一定距离的点会被 clipped)

  • Select point: Double-left-click point (change point size if too small). The green lines visualize the projections into the images that see the point. The opening window shows the projected locations of the point in all images.

  • Select camera: Double-left-click camera (change camera size if too small). The purple lines visualize images that see at least one common point with the selected image. The opening window shows a few statistics of the image.

  • Reset view: To reset all viewing settings, choose Render > Reset view.

执行一次自动(默认行为)的重建

执行 Automatic reconstruction 进行一次

需要等待比较久的时间,最开始比较占用CPU,大概执行的是特征点计算和匹配一类的,后面会占用比较大的GPU使用率,GPU内存占用大概2G.

到下面的界面后表明完成。

同时介绍了可视化sparse, dense, mesh 模型结果的方法。

效果图

稀疏重建

稠密重建



凑近看是稠密点云

ground-truth


【版权声明】本文内容来自摩杜云社区用户原创、第三方投稿、转载,内容版权归原作者所有。本网站的目的在于传递更多信息,不拥有版权,亦不承担相应法律责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@moduyun.com

  1. 分享:
最后一次编辑于 2023年11月08日 0

暂无评论

推荐阅读
  oXKBKZoQY2lx   2024年03月19日   126   0   0 计算机图形学
  Ly5WKgqR6znz   2024年04月25日   63   0   0 计算机图形学
wbBVD8JzvGjk