ThibaultGROUEIX / ChamferDistancePytorch

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

The results of the two runs are different #23

Open qiji77 opened 2 years ago

qiji77 commented 2 years ago

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 inconsistent every time I run. Do you know how to deal with this situation? Best, diaojunqi

ThibaultGROUEIX commented 1 year ago

Hi @qiji77 Did you run the unit_test? Please, Let me know if you find any issue with the code Best regards