TensorRT-Yolov3 icon indicating copy to clipboard operation
TensorRT-Yolov3 copied to clipboard

plugin layer fails

Open pgr2015 opened this issue 5 years ago • 2 comments

Hi, thank you for your code. I tried to implement a upsample plugin layer the way you did, but I kept receiving errors as Segmentation fault. error Could you give me some hints? Thank you very much!

pgr2015 avatar Sep 20 '19 08:09 pgr2015

The upsample layer can be created, but every time when trying to execute the upsample layer, it will crush. I don't know where I did wrong. Anyone has met similar problem? Thanks in advance!

pgr2015 avatar Sep 20 '19 09:09 pgr2015

Just take a look to your execute and enqueue funtion in your upsample plugin. You can print some log for help.

lewes6369 avatar Nov 24 '19 14:11 lewes6369