lewes6369 / TensorRT-Yolov3

TensorRT for Yolov3
MIT License
489 stars 165 forks source link

plugin layer fails #68

Open pgr2015 opened 4 years ago

pgr2015 commented 4 years ago

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 commented 4 years ago

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!

lewes6369 commented 4 years ago

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