it seems like in order to import Pytorch DL models to TIDL, I need to export onnx model file and meta architecture defined in .Proto file.
but i didn't find any example for exporting Proto file of instance segmentation.
does TIDL support instance segmentation by default? if not, how to I modify it or is there any way around it?