Supplementary materials:

1. HTML page (index.html): A brief overview of our work, with supplementary images and videos.

2. Code: Implementation of our paper. Because it requires large external codebases (e.g. CGAL) to fully install the code and run it, we only provide our own implementations here. Please start from following files to see how our implementation works:

* code/exp/1_mesh_to_dmesh.py: Code to conduct experiments that convert ground truth mesh to dmesh.
* code/exp/2_pc_recon.py: Code to conduct experiments for point cloud reconstruction.
* code/exp/3_mv_recon.py: Code to conduct experiments for multi-view reconstruction.

Also, please see code/README.md to see arguments for the above codes.