ME-PCN is a point completion network that leverages emptiness in 3D shape space. It encodes both the occupied point cloud and the neighboring ‘empty points’. It estimates coarse-grained but complete and reasonable surface points in the first stage, followed by a refinement stage to produce fine-grained sur- face details.
cd emd
python3 setup.py install
cd expansion_penalty
python3 setup.py install
cd MDS
python3 setup.py install
We include demo model and data in demo folder. Those files are uploaded using Git Large File Storage. To get those file inplace, you will need to install Git LFS before clone this repo. This can be done in Debian using APT:
sudo apt install git-lfs
git lfs install
Unzip realdata.zip
in demo
folder. Run export_realdata.py
to get the result.