ethz-asl / segmap

A map representation based on 3D segments
BSD 3-Clause "New" or "Revised" License
1.06k stars 394 forks source link

Random forest training code is not included? #60

Closed wrockroll closed 6 years ago

wrockroll commented 6 years ago

Based on my current knowledge, the random forest training is given in [http://robotics.ethz.ch/segmatch/demonstration_files/kitti/] . Could you add random forest training code and dataset to guide how to train the classifier? Thank you!

Durant35 commented 6 years ago

@wrockroll Could you make a comment on how to train the random forest as an example? It seems that some parameters are lost in yaml configure file. Thanks

rdube commented 6 years ago

@wrockroll for your information we will update segmatch soon and will not be supporting random forests anymore. The issue is that it can be too expensive to use when doing localization in large maps, in comparison to doing k-NN retrieval in feature space. With the upcoming version we do localization at 10Hz on velodyne data. See our RA-L paper on this strategy here: incremental localization

Concerning the training we will be including a new descriptor shortly. You might want to have a look. Hope that helps!