TensorRT-Yolov3
TensorRT-Yolov3 copied to clipboard
plugin layer fails
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.
Could you give me some hints? Thank you very much!
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!
Just take a look to your execute and enqueue funtion in your upsample plugin. You can print some log for help.