Skip to content

pablospe/render_depthmap_example

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages