Hi ThasnimolVSam22d007
Not all models work out of the box. Different models use different input and output configurations, which are preserved during blob creation. Yolo networks usually have similar output structure, which the YoloDetectionNetwork utilizes to parse the results automatically. For Yolo node, the output should automatically be ImgDetections while for the standard NN node, the result is whatever the model outputs and has to be parsed correctly before displaying.
Could you share the name of the model you are using and the pipeline?
Thanks,
Jaka