Due to KITTI Semantic datasets' dimension is 4D(xyz+brightness),I tried to imitate a 4d version of chamfer,can you help me to inspect whether my code is correct? #18
Looks good ! Sorry I don't know of any good teaching ressource. You could also have used Chamfer5D or 6D and set a few dimensions to 0 in your tensors.
Best regards,
Hi,@ThibaultGROUEIX Thanks for your work!My 4D version is as below by imitation.
Another question is there any good tutorial or book to learn how to write cuda op?Thanks a lot!