helloword

Results 2 issues of helloword

### Prerequisite - [X] I have searched [the existing and past issues](https://github.com/open-mmlab/mmyolo/issues) but cannot get the expected help. - [X] I have read the [FAQ documentation](https://mmyolo.readthedocs.io/en/latest/faq.html) but cannot get the...

question

仿照multi_thread使用ppyoloe进行多线程推理时,使用trtbackend正常,但是使用gpu时出现断错误,定位发现是 option.UseGpu();和 option.UsePaddleBackend();不能同时使用,请问这是什么原因呢?非常感谢你的回复。 部分代码如下: auto option = fastdeploy::RuntimeOption(); option.UseGpu(); option.UsePaddleBackend();