Hi @mchi,
I also follow instructions in repo: tensorrtx/retinaface at master · wang-xinyu/tensorrtx · GitHub to build retina_r50.engine file from c++ and successfully.
Everything is ok when I run test image with command: ./retina_r50 -d (as mentioned in README file in repo).
But when I use this engine model in deepstream-test3 python example, I was in a trouble. Detail error was described here: https://drive.google.com/file/d/1_XwK7PkyXSH4xJyK_p4vmx0gEHs03JUp/view?usp=sharing
I found the same error in issue section (INVALID_ARGUMENT: getPluginCreator could not find plugin Decode_TRT version 1 · Issue #37 · wang-xinyu/tensorrtx · GitHub) and author of this repo say that: “his repo is not integrated into deepstream, only calling tensorrt api”. Is that true? and if now, how to fix it?
Thanks.