pablospe / render_depthmap_example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

render_depthmap_example

This is an example of the Open3D PR: isl-org/Open3D#2564

For pyvista (VTK), check pyvista branch https://github.com/pablospe/render_depthmap_example/tree/pyvista

How to run the example?

# creat environment
conda env create -f environment_open3d.yml
conda activate open3d

# install package (check platform)
pip install open3d-0.11.1-cp38-cp38-win_amd64.whl      (in windows)
pip install open3d-0.11.1-cp38-cp38-linux_x86_64.whl   (in linux)

# run example
python main.py

Capture the screen

Capture the screen

Capture depth

Capture depth

About


Languages

Language:Python 100.0%