Kaeseknacker
Kaeseknacker
I had the same problem. I used it without Tensorflow, so the feature vector was initialized with random values (e.g. n.a.n.). This results in a deadlock. Setting all feature vector...
Thanks for your reply. I have to test it with a newer TRT Version. TRT 7.2.2.3 and cuda11.1 worked for me in the past with mmdet2.12 and mmdet2trt 0.4.0. When...
Super strange: I converted the fp16 model again and now it seems to work. The conversion is probably not deterministic. I have now converted it 3x and each time the...
Thank you, I will try. Do I also have to update TensorRT and mmdetection or can I stay on TensorRT 7.2.2.3 and mmdetection 2.12?
I have the same Problem: https://github.com/grimoire/mmdetection-to-tensorrt/issues/74 Reconverting can help, but is not a satisfactory solution. One model still had the problem even after frequent re-converting.