Closed abhay-iy97 closed 4 months ago
This is mostly due to the wrong text detection in OCDNet. I suggest you dump the bbox predicted by OCDNet at this point: https://github.com/NVIDIA-AI-IOT/NVIDIA-Optical-Character-Detection-and-Recognition-Solution/blob/main/src/OCDNetEngine.cpp#L213
Check and visualize them on the image to see if there is something wrong.
Not actively working on this issue. Will close for now. Thank you.
Hello, I am working on integrating the nvocdr model with Triton on a Jetson orin device on JP5.1.2. Inferences of most images work fine however for few images, I get the following errors on the server side.
stderr
After a few more occurrences of the errors mentioned above I also observe the following log in the stderr of the TritonServer
stdout
On the client side, this is the error I receive from Triton
Can you please provide some more intuition regarding what may cause this error for an image?