Tool/software:
I have developed a deep learning model that requires four inputs: two are images, and two are vector data. I want to porting this model on the TI platform and make it functional.
However, during the TIDL_RT PTQ process, it appears that only one input is supported, and it must be an image. Could you please provide a solution for this limitation?
Additionally, two of the four inputs are float values (32-bit), not uint8. From what I understand, TI seems to only support uint8 inputs. Could you advise on how to address this issue as well?
Thank you.