ceccocats / tkDNN

Deep neural network library and toolkit to do high performace inference on NVIDIA jetson platforms
GNU General Public License v2.0
717 stars 209 forks source link

execution error for previously created trt model #197

Closed syjeon121 closed 3 years ago

syjeon121 commented 3 years ago

hi, i recently updated the tkdnn code. however the previously created yolov4 trt model does not run after the update.

RtBuffer 0   dim: Data dim: 1 3 608 608 1
RtBuffer 1   dim: Data dim: 1 33 76 76 1
RtBuffer 2   dim: Data dim: 1 33 38 38 1
RtBuffer 3   dim: Data dim: 1 33 19 19 1
camera started
[1]    4584 floating point exception (core dumped)  ./demo  ../demo/yolo_test.mp4

i remember getting my old code in Jun of last year I think it's because the code inside the layer has changed. Is that right??

mive93 commented 3 years ago

Hi @syjeon121,

yes exactly. You need to re-create the rt file and it will work again!

syjeon121 commented 3 years ago

@mive93 thanks!