Closed ohad-denh closed 3 years ago
@ohad-denh hi,professor: i want to test bonnet c++ tensorrt, i download one pretrained model like: persons-erfnet-512-88.tar.gz then ubpack it, i got: but c++ program need *.trt model , so what can i do it? oh,please help me!
hey there,
training worked fine, also making the inference models was no problem. I then build for standalone use, which gives me no errors.
But when I try using standalone inference on images as described in deploy/segmentation, I get the following C++ error:
Since I dont yet have any idea of C++ whatsoever, I thought maybe someone has a chance to see the problem directly. In the following I'll add the whole console output for my infer_img execution, aswell as the config of the model. I would appreciate any clue. Thx for looking!
My example is called with tensor rt, but I get the same error with pytorch aswell. I first thought it was about image dimensions, remade the inference models with new dimensions etc., but did not get there yet.
The full console output:
And the config
best regards, olli