WanquanF / RMA-Net

【Code of CVPR2021 paper】Recurrent Multi-view Alignment Network for Unsupervised Surface Registration (CVPR 2021)
205 stars 57 forks source link

The earth_mover_distance #5

Closed Sunzhiliang closed 3 years ago

Sunzhiliang commented 3 years ago

How to calculate the earth_mover_distance(EMD) between two point clouds? Can you send me a copy? from emd import earth_mover_distance

RainbowRui commented 3 years ago

There are some open-sources in Github.