Sign inSign up

mmatiaschek/pcl-potree-jupyter-notebook

By mmatiaschek

Updated over 8 years ago

pcl-potree-jupyter-notebook

Image
0

943

mmatiaschek/pcl-potree-jupyter-notebook repository overview

Jupyter Notebook for 3d point cloud visualization

pcl and potree for vtk, pcd and other formats

This lets you visualize and measure point clouds in 3d while using Jupyter Notebook

Screenshot

Installing / Getting started

A quick introduction of the minimal setup you need to get a hello world up & running.

git clone [email protected]:mmatiaschek/pcl-potree-jupyter-notebook.git
cd pcl-potree-jupyter-notebook
docker-compose up
  • from the docker-compose you get a link to Jupyter Notebook with some demos
  • open pcl_potree_demo.ipynb
  • to execute the iframe potree visualization your have to start apache2 as well
cd pcl-potree-jupyter-notebook
docker exec -u root -ti pcl-potree-jupyter-notebook_pcl-potree-notebook_1 service apache2 start

TODO start apache in background from Dockerfile

Licensing

This code is licensed under GPLv3

Tag summary

Content type

Image

Digest

Size

2.5 GB

Last updated

over 8 years ago

docker pull mmatiaschek/pcl-potree-jupyter-notebook