otaheri / GrabNet

GrabNet: A Generative model to generate realistic 3D hands grasping unseen objects (ECCV2020)
https://grab.is.tue.mpg.de
Other
238 stars 30 forks source link

Question for "chamfer_distance" libary #9

Open lihaoming45 opened 3 years ago

lihaoming45 commented 3 years ago

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

otaheri commented 3 years ago

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.