PRBonn / rangenet_lib

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

question about pretrained model? #58

Open Zhangjyhhh opened 9 months ago

Zhangjyhhh commented 9 months ago

could you please tell me the difference between your provide pretrain model and the rangenet++ trained mode? here is my trained model , the backone file seems different from yours aa

G12311231 commented 5 months ago

你能告诉我你提供的预训练模型和 rangenet++ 训练模式之间的区别吗? 这是我训练的模型,backone 文件似乎与你的不同 氨基酸

Hi, I would like to ask how you get the training model. Is it necessary to run lidar-bonnetal? The tensorrt version required is too old. The tensorrt I installed is 8.5.1.7. I would like to know your solution.Thank you!

Zhangjyhhh commented 5 months ago

你能告诉我你提供的预训练模型和 rangenet++ 训练模式之间的区别吗? 这是我训练的模型,backone 文件似乎与你的不同 氨基酸

Hi, I would like to ask how you get the training model. Is it necessary to run lidar-bonnetal? The tensorrt version required is too old. The tensorrt I installed is 8.5.1.7. I would like to know your solution.Thank you!

yes, I get my training model by running lidar-bonnetal, but the author provide traning model, so you don't have to run lidar-bonnetal. there is a solution for higher tensorrt, you could reference this linkhttps://github.com/PRBonn/rangenet_lib/issues/9

G12311231 commented 5 months ago

Thank you very much for your answer! It means that when I want to use a custom dataset to train the network, I need to run lidar-bonnetal successfully. Otherwise, I can directly use the model trained by the author to run, refer to rangenet_lib, right?

Zhangjyhhh commented 5 months ago

Thank you very much for your answer! It means that when I want to use a custom dataset to train the network, I need to run lidar-bonnetal successfully. Otherwise, I can directly use the model trained by the author to run, refer to rangenet_lib, right?

right!!!