• DepthAI-v2
  • Concatenate AI models from input to output

Is it possible to concatenate a few AI models through the NN unit?

For example:
RGB > NN segmentation > NN detection > Xout (PC)

Thanks

    5 days later

    lerp
    It's possible, but in case of segmentation also difficult since depthai currently does not support segmentation decoding, so you need to send the results back to host, decode them, then send them back to NN detection node.
    Much simpler on RVC4 though.

    Thanks,
    Jaka

    • lerp replied to this.