PRBonn / rangenet_lib

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

could not parse own input ONNX. #38

Closed xdtzzz closed 2 years ago

xdtzzz commented 3 years ago

hi, thx for your amazing codes. when i trained my own dataset using your (https://github.com/PRBonn/lidar-bonnetal) , i got a file, like this. 屏幕截图 2021-06-07 15:44:11

and then i change it to a model.onnx, then i want to use rangenet_lib to check my train performence, but a problem happens, like this. 图片 图片 it seems that there is a problem in model.onnx. can you help me? thanks in advance!!!

Chen-Xieyuanli commented 3 years ago

Hi @xdtzzz, this issue is quite similar to #26. Could you please first have a look there?

Since this is duplicated to #26, I would like to close this one to better track the same issue.

xdtzzz commented 3 years ago

thanks for your reply so quickly. but my problem is different to that. that question is test a demo on your trained model, but my question is on my own trained model. i can test it successfully on your trained model, but cannot work on my own.