How to use output of dnn::net::forward()

Mat green(24, 24, CV_32F, blob.ptr(0, 1)); // image 0, channel 1
you’re pulling data from the input blob instead of the actual network output