This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: Query regarding CenterNet model porting

Part Number: TDA4VM


Hi,
As part of Customer project we have to convert centernet pytorch model to TIDL format. 
Steps followed
1.Converted Pytorch model to ONNX
2. Executed TIDL Import tool and got TIDL binary files. 
TIL Binaries were generated, but the text file generated (expected to contain the bounding box coordinate) corresponding to the given input image is empty. Also the post processed image generated doesn't contain bounding box overlaid.
We have given postProcType =2 in configuration file. Since no bounding box are not generated we have couple of queries in that. We analyzed the network architecture generated. Currently onnx model give output from the 3 centernet heads- Heatmap head, Dimension head and Offset head.  While converting this model to TIDL format, we could find the meta-architecture support for Object Detection for these architectures - SSD, Yolo and Retinanet. But we would like to know whether meta architecture support is provided for centernet? Can you please provide inputs regarding this

regards,

Gina