Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 354 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 354 Bytes

Shape Evaluation Metrics for PyTorch

PyTorch version of shape evaluation metrics

Currently supports EMD (Wasserstein), Chamfer metrics and Varifold pseudo-metric

Install

You can easily install the package

python setup.py install

Then you can run test.py to run some examples.

It works on random point clouds and Stanford Bunny.