kaolin icon indicating copy to clipboard operation
kaolin copied to clipboard

Point metrics Reference Issue

Open evinpinar opened this issue 5 years ago • 2 comments

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.

evinpinar avatar Jun 02 '20 07:06 evinpinar

Hi @evinpinar , Could you give me the scripts that you run these two functions on?

JerryJiehanWang avatar Jul 22 '20 19:07 JerryJiehanWang

Not very specific scripts, I run them on some input that I generate from real point cloud data.

evinpinar avatar Jul 28 '20 15:07 evinpinar