ThibaultGROUEIX / ChamferDistancePytorch

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

chamfer4D #16

Closed qiaogh97 closed 3 years ago

qiaogh97 commented 3 years ago

Can you support 4D in this project?

ThibaultGROUEIX commented 3 years ago

Hi @qiao1025566574 The python implementation supports any dimension. There is no plan currently to have a 4d cuda chamfer but you could use 5d and add an extra dimension to your data with 0 value. Best regards,

qiaogh97 commented 3 years ago

Thanks a lot !!!