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
I have successfully trained a rotated box model, exported is as ONNX on my host, optimized it on Jetson Xavier NX using the extras/ccapi lib and now have a .plan file.
However, I'm not getting any detection output when using infer from cppapi. I am getting detection output when using odtk infer on my host.
Using 20.03 and tried both FP16 and INT8 with calibration table
Am I missing something?
The text was updated successfully, but these errors were encountered:
nrstrifork
changed the title
No detection output for rotated bbox after ccapi export
No detection output for rotated bbox after cppapi export
Nov 3, 2021
Hello,
I have successfully trained a rotated box model, exported is as ONNX on my host, optimized it on Jetson Xavier NX using the extras/ccapi lib and now have a .plan file.
However, I'm not getting any detection output when using infer from cppapi. I am getting detection output when using odtk infer on my host.
Using 20.03 and tried both FP16 and INT8 with calibration table
Am I missing something?
The text was updated successfully, but these errors were encountered: