NVIDIA/retinanet-examples

No detection output for rotated bbox after cppapi export

nrstrifork opened this issue · 0 comments

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?