You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning is fine.
"Cannot execute kernel" usually means one input dim is zero.
An empty input means onnx model can not detect any box based on your input.
You can avoid this problem by using a real input.
What are the problems?(screenshots or detailed error messages)
Getting a lot of warnings when testing YOLOX-s with MMDeploy
However, the infernece results seems to be correct.
Which version(commit id or tag) of ppl.nn is used?
ee73c3a
What's the operating system ppl.nn runs on?
Ubuntu 18.04
What's the compiler and its version?
GCC-7.5, CUDA-11.1
What are the commands used to build ppl.nn?
What are the execution commands?
using open-mmlab/mmdeploy#564
Convert to ONNX with
Test with
The text was updated successfully, but these errors were encountered: