kaolin
kaolin copied to clipboard
Point metrics Reference Issue
There is a weird behavior when using metrics.point.chamfer_distance and metrics.point.f_score. When they used subsequently, it seems they modify the input points and the answers change. One should only use them as a metric and by cloning the point object. It needs to be fixed for usage as a loss.
Hi @evinpinar , Could you give me the scripts that you run these two functions on?
Not very specific scripts, I run them on some input that I generate from real point cloud data.