Open lihaoming45 opened 3 years ago
where can I download the" chamfer_distance"? Does the libary need use the torch.utils.extension.load for C++ compiling?
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.
where can I download the" chamfer_distance"? Does the libary need use the torch.utils.extension.load for C++ compiling?