PRBonn / rangenet_lib

Inference module for RangeNet++ (milioto2019iros, chen2019iros)
MIT License
309 stars 72 forks source link

Inference preprocessing #25

Closed abhigoku10 closed 4 years ago

abhigoku10 commented 4 years ago

@niosus @stachnis @jbehley @Chen-Xieyuanli @ovysotska Hi thanks for sharing the library of rangenet i was able to build it on my system . i have folllowing queries

  1. i am able to run the library on the semanttic and obtain right output but when i run the model on custom dataset / other source dataset i get only red presentation of the point cloud 2.how to obtain the list of classes predicted from the model from the inference code 3.can we get the location of the predicted objects or draw cuboids around them THanks in advance
Chen-Xieyuanli commented 4 years ago

Hey @abhigoku10,

SuMa++ and rangenet_lib currently only work with the KITTI dataset. For more possible applications of rangenet++ you may have a look at LiDAR-bonnetal.

I noticed that you already raise the same there, I will therefore close this issue.