pillar-motion icon indicating copy to clipboard operation
pillar-motion copied to clipboard

Question about the data augmention

Open tyjiang1997 opened this issue 2 years ago • 1 comments

Hi!, thanks for your good project to the lidar motion. But I have a question about the data augmention. I notice that the "input_points" are augmented with global flip and scaling, but the "source_points" and "target_points" do not do this augmetation. Maybe the predicted motion can not transform "source_points" to "target_points" to compute precise chamfer loss. Is this a bug?

tyjiang1997 avatar Nov 15 '21 14:11 tyjiang1997

Thanks for pointing it out. In the original implementation, all the points are concatenated together and sliced afterward. We are still verifying the preprocessing part after refactorizing.

chenxuluo avatar Nov 15 '21 15:11 chenxuluo