ndt_omp icon indicating copy to clipboard operation
ndt_omp copied to clipboard

Test of gicp and ndt on Kitti Odometry dataset

Open YuePanEdward opened this issue 5 years ago • 3 comments

Hello, Koide. Thanks very much for your awesome work and contribution to the society. I've tested ndt_omp, gicp_omp and also fast vgicp on KITTI Odometry dataset with only the scan-to-scan matching and uniform motion based initial guess after tuning the parameters. I'd like to share the result here.

Method ATE (%) ARE(0.01deg/m) TPF(ms) gicp_omp 1.12 0.17 273 voxel_gicp 1.09 0.32 128 ndt_omp 3.75 0.86 172

The rotation accuracy of gicp_omp is quite well (top 10 on KITTI leaderboard).

I'd like to involve these algorithms in my project as baseline front-end methods, thank you a lot.

YuePanEdward avatar May 18 '20 06:05 YuePanEdward

Hi @YuePanEdward , Thanks for letting me know the result :+1:

koide3 avatar May 18 '20 09:05 koide3

Hello @YuePanEdward . I am very interested in these results.

Could you please tell me how to set the parameters in kitti ?

sasuke286 avatar Jun 30 '20 03:06 sasuke286

hello, i used gicp and gicp-omp(8 threads) and found they take about the same time, why?

whuzs avatar Sep 28 '20 05:09 whuzs