- Edited
We can see that there is a YoloDetectionNetwork node to decode the output of yolo.
I have some yolov3/yolov4 models, they are built by different deep learning frameworks(such as pytorch, tensorflow...), and their output is a bit different. I want to use them on Oak, and I want to use the YoloDetectionNetwork node to parse the output.
What I want is what model output the YoloDetectionNetwork node needs, so that I can adjust the existing model to fit the YoloDetectionNetwork node.