Hi Team,
We use our own model trained on the basis of YoloV5. The output feature dimension of this model is different from the default dimension supported in the current TIDL library. When using TIDL's tidl_model_import.out tool for conversion, I need to modify the value of the numInCodeElements variable in the TIDL_findValidLocation_cn() function to get the correct result. But when running the converted model on the TDA4VM development board, I found that the program would call the countM = pKerPrivArgsL->execute((void *)pKerPrivArgsL, NULL, NULL, NULL, NULL) function. We initially detected that this step would execute the function pointed to by the pFxnTIDL_odFindValidLocAndScore_ixX_oxX_exec function pointer. We have not found the definition of the function so far. Could you please provide the specific implementation of this function? If there is no specific implementation, could you please specify its differences from the function implementation on the PC side (that is, the TIDL_findValidLocation_cn() function)? I would appreciate your help.
Kind regards,
Katherine