GrabNet icon indicating copy to clipboard operation
GrabNet copied to clipboard

Question for "chamfer_distance" libary

Open lihaoming45 opened this issue 2 years ago • 1 comments

where can I download the" chamfer_distance"? Does the libary need use the torch.utils.extension.load for C++ compiling?

lihaoming45 avatar Jul 12 '21 20:07 lihaoming45

In order to compute the chamfer_distance we use this package --> chamfer distance package

Yes, it uses the C++ from PyTorch for this, so you need to have PyTorch installed.

otaheri avatar Oct 18 '21 15:10 otaheri