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

[Bug] YOLOX transform fp16 onnx #2822

Open
3 tasks done
CH-Echo opened this issue Sep 4, 2024 · 1 comment
Open
3 tasks done

[Bug] YOLOX transform fp16 onnx #2822

CH-Echo opened this issue Sep 4, 2024 · 1 comment

Comments

@CH-Echo
Copy link

CH-Echo commented Sep 4, 2024

Checklist

  • I have searched related issues but cannot get the expected help.
  • 2. I have read the FAQ documentation but cannot get the expected help.
  • 3. The bug has not been fixed in the latest version.

Describe the bug

I would like to ask if Yolox in RTMpose does not convert the configuration file corresponding to fp16. How should I convert it?

Reproduction

It prompts that the transfer to onnx fails, which BatchNMS module does not support it?

Environment

normal

Error traceback

No response

@CH-Echo
Copy link
Author

CH-Echo commented Sep 4, 2024

[W shape_type_inference.cpp:1972] Warning: The shape inference of mmdeploy::TRTBatchedNMS type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (function UpdateReliable)
[W shape_type_inference.cpp:1972] Warning: The shape inference of mmdeploy::TRTBatchedNMS type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (function UpdateReliable)
09/04 18:06:56 - mmengine - INFO - Execute onnx optimize passes.
09/04 18:06:56 - mmengine - WARNING - Can not optimize model, please build torchscipt extension.

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

No branches or pull requests

1 participant