图像3D重构

Open3D

http://www.open3d.org/

安装open3d ,numpy matplotlib opencv-python

http://www.open3d.org/docs/release/getting_started.html

START TUTOURAL

安装完open3d-python后,Running Open3D tutorials的 rgbd_redwood.py时,提示:
- open3d.open3d.geometry.RGBDImage has no attribute "create_from_color_and_depth" #1024
将rgbd_redwood.py中读取rgbd文件的方法更改为 open3d.open3d.geometry.create_from_color_and_depth()
详细的方法说明在 http://www.open3d.org/docs/release/tutorial/Basic/rgbd_odometry.html#read-rgbd-image

1 附录

pip install opencv-python

pip -m install matplotlib

-pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.

pip --default-timeout=1000 install -U opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple

pip -m --default-timeout=1000 install -U open3d-python -i https://pypi.tuna.tsinghua.edu.cn/simple

数据集

https://blog.csdn.net/weixin_41036461/article/details/80667690

RGBD 数据集 https://blog.csdn.net/aaronmorgan/article/details/78335436

工具

python移动文件,将某一文件夹下的文件移至另一个文件夹下

https://blog.csdn.net/congcong7267/article/details/83412747

posted @ 2019-09-03 18:54  stptstp_sai  阅读(503)  评论(0编辑  收藏  举报