Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decreased Accuracy in Text Detection and Recognition Models after Upgrading to tritonclient 23.04-py3 #738

Open
ashlinghosh opened this issue Jul 8, 2024 · 0 comments

Comments

@ashlinghosh
Copy link

Issue Summary:

After upgrading from tritonclient version 21.02-py3 to 23.04-py3, I noticed a decrease in accuracy for my text detection and recognition models, which are based on PaddleOCR. Prior to the upgrade, these models were delivering accurate results. The models are being used in their ONNX format for inference, not using the optimized plan version.

Steps to Reproduce:

Upgrade tritonclient to version 23.04-py3.
Use the text detection and recognition models based on PaddleOCR in their ONNX format.
Compare the results of text detection and recognition with those obtained using tritonclient version 21.02-py3.
Expected Behavior:

The text detection and recognition models should maintain or improve their accuracy after upgrading tritonclient.

Actual Behavior:

The accuracy of the text detection and recognition models has decreased significantly after the upgrade.

Additional Information:

The models are not in the optimized plan format; they are used directly in ONNX format.
Any specific configuration changes or updates in tritonclient version 23.04-py3 that could affect the accuracy of models based on PaddleOCR?
Are there any known compatibility issues or changes in behavior related to ONNX model inference in the newer tritonclient version?

Environment:

Tritonclient version: 23.04-py3
GPU : Tesla V100-PCIE-16GB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant