ThibaultGROUEIX / ChamferDistancePytorch

Chamfer Distance in Pytorch with f-score
MIT License
326 stars 43 forks source link

Difference between dist_chamfer.py and chamfer_python.py #1

Closed Taeuk-Jang closed 4 years ago

Taeuk-Jang commented 5 years ago

what are the difference between those?

ThibaultGROUEIX commented 5 years ago

Dear Taeuk-Jang,

dist_chamfer : Cuda code, has to be compiled, fast -> good for performance chamfer_python : python code, no compilation needed, slow. -> good for quick testing

Cheers, Thibault