This repository is still under development, and we have updated a demo version for everyone to verify its functionality.
The complete codebase will be updated soon. If you have any questions, please feel free to contact us via email.
10 different point clouds, repeat 8 times for each.
Average Time Cost:
AAIP: 0.7046 emd2: 0.1686
Average MSE(small better):
AAIP_MSE: 373.468 emd2_MSE: 3120.06
Compile our EMD modules:
cd emd
python3 setup.py install
python AAIP compare with emd2.py
emd_value_comparison.txt
time_cost_comparison.txt
g++ -O3 -o comparison_MSE1 cal_MSE.cpp
./comparison_MSE1
This project Code is released under the Apache License 2.0 (refer to the LICENSE file for details).
Our code is partially based on MSN-Point-Cloud-Completion
by Liu et al.
We greatly appreciate their outstanding contribution.
You can explore their code through the following link to appreciate their work.