NVIDIA / retinanet-examples

Fast and accurate object detection with end-to-end GPU optimization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No detection output for rotated bbox after cppapi export

nrstrifork opened this issue · 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?