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
YOLOX-l ONNX is generating valid prediction coordinates and garbage detection score in directML environment, however in CPU environment both prediction coordinates and detection scores are valid.
#1824
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.
The custom YOLOX_l model is converted into ONNX version using file ( tools/export_onnx.py) and the model is integrated in C# API.
When tested YOLOX_l ONNX model :
With CPU environment - Both bounding box and coordinate detection scores are valid.
2**. With DirectMl environment - bounding box coordinates are valid but detection scores are all 0.**
System Configuration:
windows 11
RTX 5000 ADA Mobile Generation (Ada Lovelace series)
Support DirectX 12 (FL 12.1)
C# API
When tested the same YOLOX_l ONNX model with different GPU
windows 11
RTX A 2000 (Ampere Series)
Support DirectX 12 (FL 12.1)
C# API
Both in CPU and directML environment valid bounding box and coordinate detection scores are generated.
Is this issue related to YOLOX ONNX version compatibility to specific GPUs?
Kindly YOLOX Team, guide to resolve the issue.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
The custom YOLOX_l model is converted into ONNX version using file ( tools/export_onnx.py) and the model is integrated in C# API.
When tested YOLOX_l ONNX model :
2**. With DirectMl environment - bounding box coordinates are valid but detection scores are all 0.**
System Configuration:
windows 11
RTX 5000 ADA Mobile Generation (Ada Lovelace series)
Support DirectX 12 (FL 12.1)
C# API
When tested the same YOLOX_l ONNX model with different GPU
windows 11
RTX A 2000 (Ampere Series)
Support DirectX 12 (FL 12.1)
C# API
Both in CPU and directML environment valid bounding box and coordinate detection scores are generated.
Is this issue related to YOLOX ONNX version compatibility to specific GPUs?
Kindly YOLOX Team, guide to resolve the issue.
The text was updated successfully, but these errors were encountered: