Deployable Streamlit app showing ICP pointcloud registration demo with Open3D library
pip install -r requirements.txtstreamlit run streamlit_app.pyOpen your browser and go to http://localhost:8501 to view the app:

- Choose default demo pointclouds or upload your own
- Check the input pointclouds in the 3D viewer
- Check and modify ICP parameters in the dropdown menu
- Click "Run ICP" to perform the registration
- See the logs of the convergence of the ICP algorithm
- View the aligned pointclouds in the 3D viewer
You can also view the app online at icp-demo.streamlit.app