@SrijayanthSaravanan
Well, the NeuralNetwork node will output a NNData message, which carries tensors of number type data which has to be decoded first, before anything meaningful can be retrieved.
These are mathematical operations than can not be directly run on the VPU (unless they are YOLO or MBNet type decodings which can be HW accelerated with depthai), so they have to be run on the PC side.
Example - this is YOLO, which can be done on device as well, but just for showcase:
luxonis/depthai-experimentsblob/master/gen2-yolo/host-decoding/main.py#L154-L165
Hope it clears things up.
Thanks,
Jaka