First, kudos to everyone for all the great work that has gone into building this!
I want to export the end-to-end instance segmentation model to ONNX. As far as I understand, only the decoder part can be exported to ONNX via bioengine, correct?
If so, do you have any guidance on how I can also export the encoder and the watershed component at the end, so that I can run the complete AIS pipeline via ONNX?
Thanks in advance!
First, kudos to everyone for all the great work that has gone into building this!
I want to export the end-to-end instance segmentation model to ONNX. As far as I understand, only the
decoderpart can be exported to ONNX viabioengine, correct?If so, do you have any guidance on how I can also export the
encoderand thewatershedcomponent at the end, so that I can run the complete AIS pipeline via ONNX?Thanks in advance!