ChamferDistancePytorch icon indicating copy to clipboard operation
ChamferDistancePytorch copied to clipboard

Chamfer Distance in Pytorch with f-score

Results 14 ChamferDistancePytorch issues
Sort by recently updated
recently updated
newest added

ImportError: DLL load failed while importing chamfer3D: The specified module could not be found.

I use the pytorch-1.2.0 and got the error ![image](https://user-images.githubusercontent.com/64821543/163772771-003bcdda-88c0-46df-b305-d549636cff01.png) and i am sure import torch is before import chamfer

Hello, Thanke you for your work! When I use it, I find that although I fixed the seed points of torch and numpy, the chamfer distance still makes the results...

Thanks for the great repo! Can you point me to what needs to be done to enable fp16 compatibility? I suppose it will need some rewriting in the CUDA kernels....

Hi! Thanks for your work. I have run `python setup.py install` in chamfer2D with no error. However, when I am using this package in Python 3.6, I got the following...

Thanks for your great work, G++ error occurred when I entered python setup.py install. `running install running bdist_egg running egg_info writing chamfer_3D.egg-info/PKG-INFO writing dependency_links to chamfer_3D.egg-info/dependency_links.txt writing top-level names to...

Hi,@ThibaultGROUEIX Thanks for your work!My 4D version is as below by imitation. ```cuda #include #include #include #include #include __global__ void NmDistanceKernel(int b,int n,const float * xyz,int m,const float * xyz2,float...

after I compile Chamfer 2D, 3D, 5D, when I run the "unit_test.py", it shows me such error: Loaded compiled 2D CUDA chamfer distance Loaded compiled 3D CUDA chamfer distance Loaded...

After cloning the repo at the same level as a Jupiter notebook I can't seem to use this repo because of the error in the title. My Code is :```...

bug

I am not sure this question has been asked before. I searched the issues by keyword and could not find anything. I want to use this chamfer distance as the...