Closed ZayneHuang closed 6 months ago
Hi! Thats wierd, I have just double checked this - model seems to be loading as expected on clean image build. Have you added any modifications to the code or config before run?
Thanks for your help. The output has returned to normal after I cleared the previously generated TRT engines. I suspect that it was due to an incorrect ONNX model that resulted in an erroneous TRT engine and incorrect output.
Since the issue has been resolved, I have closed it.
Hi @SthPhoenix ,
Thanks for the wonderful work!
I am running the demo_client.py script as indicated in the repository. The models I am using is
scrfd_10g_gnkps
andglintr100
by default. The onnx file downloaded from the readme homepage mismatched the md5 check, so that I manually downloaded the weight files according to the config file and passed the md5 check.However, I met the error message as following:
I tried to output the variables
net_out
andself.output_order
in line 197 of trt_backend.py, and the result was:I guess that there is a conflict output between different versions of detection models (since the error output indicates the call by scrfd.py), I am not sure the exact reason and how to fix it properly.
Hope that you could provide more advice on this error. Thanks!