PRBonn / rangenet_lib

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

TensorrtV8adaptations #48

Open saneins opened 2 years ago

Erisnoit commented 9 months ago

hey, saneins. i also try to make tensorrt v8.6.1 adaptions according to your commits, but there was a small error when using it. i found that it could not deserialize previously stored engine file. although this error can be catch in this project, it is a waste of time when running the same model. image (it can run successfully but cannot use the formal .trt file) image (the error log after removing 'try-catch' )

so i wonder do you have the same error?or is it common because of the tensorrt version or the project itself? thanks.